diff --git a/main/api/agones/all.html b/main/api/agones/all.html index a1523e5102..0a32f4a46d 100644 --- a/main/api/agones/all.html +++ b/main/api/agones/all.html @@ -1,2 +1,2 @@ -List of all items in this crate -

List of all items

Structs

Functions

Constants

\ No newline at end of file +List of all items in this crate +

List of all items

Structs

Functions

Statics

Constants

\ No newline at end of file diff --git a/main/api/agones/constant.GAMESERVER_IMAGE.html b/main/api/agones/constant.GAMESERVER_IMAGE.html index 99cad797ee..d18da0b44d 100644 --- a/main/api/agones/constant.GAMESERVER_IMAGE.html +++ b/main/api/agones/constant.GAMESERVER_IMAGE.html @@ -1,5 +1,5 @@ GAMESERVER_IMAGE in agones - Rust -

Constant agones::GAMESERVER_IMAGE

source ·
pub const GAMESERVER_IMAGE: &str = "us-docker.pkg.dev/agones-images/examples/simple-game-server:0.16";
Expand description

A simple udp server that returns packets that are sent to it. +

Constant agones::GAMESERVER_IMAGE

source ·
pub const GAMESERVER_IMAGE: &str = "us-docker.pkg.dev/agones-images/examples/simple-game-server:0.16";
Expand description

A simple udp server that returns packets that are sent to it. See: https://github.com/googleforgames/agones/tree/main/examples/simple-game-server for more details.

\ No newline at end of file diff --git a/main/api/agones/constant.IMAGE_TAG.html b/main/api/agones/constant.IMAGE_TAG.html new file mode 100644 index 0000000000..e890bc9f68 --- /dev/null +++ b/main/api/agones/constant.IMAGE_TAG.html @@ -0,0 +1,2 @@ +IMAGE_TAG in agones - Rust +

Constant agones::IMAGE_TAG

source ·
pub const IMAGE_TAG: &str = "IMAGE_TAG";
\ No newline at end of file diff --git a/main/api/agones/constant.PREV_IMAGE_TAG.html b/main/api/agones/constant.PREV_IMAGE_TAG.html new file mode 100644 index 0000000000..75ed2591c8 --- /dev/null +++ b/main/api/agones/constant.PREV_IMAGE_TAG.html @@ -0,0 +1,2 @@ +PREV_IMAGE_TAG in agones - Rust +

Constant agones::PREV_IMAGE_TAG

source ·
pub const PREV_IMAGE_TAG: &str = "PREV_IMAGE_TAG";
\ No newline at end of file diff --git a/main/api/agones/constant.TOKEN_KEY.html b/main/api/agones/constant.TOKEN_KEY.html index 561c73658a..406b5c91b1 100644 --- a/main/api/agones/constant.TOKEN_KEY.html +++ b/main/api/agones/constant.TOKEN_KEY.html @@ -1,3 +1,3 @@ TOKEN_KEY in agones - Rust -

Constant agones::TOKEN_KEY

source ·
pub const TOKEN_KEY: &str = "quilkin.dev/tokens";
Expand description

The dynamic metadata key for routing tokens

+

Constant agones::TOKEN_KEY

source ·
pub const TOKEN_KEY: &str = "quilkin.dev/tokens";
Expand description

The dynamic metadata key for routing tokens

\ No newline at end of file diff --git a/main/api/agones/fn.create_agones_rbac_read_account.html b/main/api/agones/fn.create_agones_rbac_read_account.html index 7f6e6df3f5..45a52c71a4 100644 --- a/main/api/agones/fn.create_agones_rbac_read_account.html +++ b/main/api/agones/fn.create_agones_rbac_read_account.html @@ -1,5 +1,5 @@ create_agones_rbac_read_account in agones - Rust -
pub async fn create_agones_rbac_read_account(
+    
pub async fn create_agones_rbac_read_account(
     client: &Client,
     service_accounts: Api<ServiceAccount>,
     cluster_roles: Api<ClusterRole>,
diff --git a/main/api/agones/fn.create_token_router_config.html b/main/api/agones/fn.create_token_router_config.html
index fb58834999..98afe67ea9 100644
--- a/main/api/agones/fn.create_token_router_config.html
+++ b/main/api/agones/fn.create_token_router_config.html
@@ -1,5 +1,5 @@
 create_token_router_config in agones - Rust
-    
pub async fn create_token_router_config(
+    
pub async fn create_token_router_config(
     config_maps: &Api<ConfigMap>
 ) -> ConfigMap
Expand description

Return a ConfigMap that has a standard testing Token Router configuration

\ No newline at end of file diff --git a/main/api/agones/fn.create_tokenised_gameserver.html b/main/api/agones/fn.create_tokenised_gameserver.html index 3048f9e405..31df805602 100644 --- a/main/api/agones/fn.create_tokenised_gameserver.html +++ b/main/api/agones/fn.create_tokenised_gameserver.html @@ -1,5 +1,5 @@ create_tokenised_gameserver in agones - Rust -
pub async fn create_tokenised_gameserver(
+    
pub async fn create_tokenised_gameserver(
     fleets: Api<Fleet>,
     gameservers: Api<GameServer>,
     token: &str
diff --git a/main/api/agones/fn.debug_pods.html b/main/api/agones/fn.debug_pods.html
index 6cc863e9ad..0932a13695 100644
--- a/main/api/agones/fn.debug_pods.html
+++ b/main/api/agones/fn.debug_pods.html
@@ -1,2 +1,2 @@
 debug_pods in agones - Rust
-    

Function agones::debug_pods

source ·
pub async fn debug_pods(client: &Client, labels: String)
\ No newline at end of file +

Function agones::debug_pods

source ·
pub async fn debug_pods(client: &Client, labels: String)
\ No newline at end of file diff --git a/main/api/agones/fn.fleet.html b/main/api/agones/fn.fleet.html index 81592be8ae..6165f14a8b 100644 --- a/main/api/agones/fn.fleet.html +++ b/main/api/agones/fn.fleet.html @@ -1,3 +1,3 @@ fleet in agones - Rust -

Function agones::fleet

source ·
pub fn fleet() -> Fleet
Expand description

Returns a Fleet of 3 replicas of the UDP testing GameServer

+

Function agones::fleet

source ·
pub fn fleet() -> Fleet
Expand description

Returns a Fleet of 3 replicas of the UDP testing GameServer

\ No newline at end of file diff --git a/main/api/agones/fn.game_server.html b/main/api/agones/fn.game_server.html index af73ca5a22..715dfab382 100644 --- a/main/api/agones/fn.game_server.html +++ b/main/api/agones/fn.game_server.html @@ -1,4 +1,4 @@ game_server in agones - Rust -

Function agones::game_server

source ·
pub fn game_server() -> GameServer
Expand description

Returns a test GameServer with the UDP test binary that is used for +

Function agones::game_server

source ·
pub fn game_server() -> GameServer
Expand description

Returns a test GameServer with the UDP test binary that is used for Agones e2e tests.

\ No newline at end of file diff --git a/main/api/agones/fn.gameserver_address.html b/main/api/agones/fn.gameserver_address.html index a39fd03556..c2e7971d1e 100644 --- a/main/api/agones/fn.gameserver_address.html +++ b/main/api/agones/fn.gameserver_address.html @@ -1,3 +1,3 @@ gameserver_address in agones - Rust -

Function agones::gameserver_address

source ·
pub fn gameserver_address(gs: &GameServer) -> String
Expand description

Convenience function to return the address with the first port of GameServer

+

Function agones::gameserver_address

source ·
pub fn gameserver_address(gs: &GameServer) -> String
Expand description

Convenience function to return the address with the first port of GameServer

\ No newline at end of file diff --git a/main/api/agones/fn.is_deployment_ready.html b/main/api/agones/fn.is_deployment_ready.html index 2258cdf3fa..69a11a847e 100644 --- a/main/api/agones/fn.is_deployment_ready.html +++ b/main/api/agones/fn.is_deployment_ready.html @@ -1,3 +1,3 @@ is_deployment_ready in agones - Rust -
pub fn is_deployment_ready() -> impl Condition<Deployment>
Expand description

Condition to wait for a Deployment to have all the replicas it is expecting to be ready.

+
pub fn is_deployment_ready() -> impl Condition<Deployment>
Expand description

Condition to wait for a Deployment to have all the replicas it is expecting to be ready.

\ No newline at end of file diff --git a/main/api/agones/fn.is_fleet_ready.html b/main/api/agones/fn.is_fleet_ready.html index 72258f6f0a..288d049a6b 100644 --- a/main/api/agones/fn.is_fleet_ready.html +++ b/main/api/agones/fn.is_fleet_ready.html @@ -1,3 +1,3 @@ is_fleet_ready in agones - Rust -

Function agones::is_fleet_ready

source ·
pub fn is_fleet_ready() -> impl Condition<Fleet>
Expand description

Condition to wait for a Fleet to have all the replicas it is expecting to be ready.

+

Function agones::is_fleet_ready

source ·
pub fn is_fleet_ready() -> impl Condition<Fleet>
Expand description

Condition to wait for a Fleet to have all the replicas it is expecting to be ready.

\ No newline at end of file diff --git a/main/api/agones/fn.is_gameserver_ready.html b/main/api/agones/fn.is_gameserver_ready.html index 4c2d1a01d5..1b5899d081 100644 --- a/main/api/agones/fn.is_gameserver_ready.html +++ b/main/api/agones/fn.is_gameserver_ready.html @@ -1,3 +1,3 @@ is_gameserver_ready in agones - Rust -
pub fn is_gameserver_ready() -> impl Condition<GameServer>
Expand description

Condition to wait for a GameServer to become Ready.

+
pub fn is_gameserver_ready() -> impl Condition<GameServer>
Expand description

Condition to wait for a GameServer to become Ready.

\ No newline at end of file diff --git a/main/api/agones/fn.is_pod_ready.html b/main/api/agones/fn.is_pod_ready.html index 69bd4d9687..3954b8ccb4 100644 --- a/main/api/agones/fn.is_pod_ready.html +++ b/main/api/agones/fn.is_pod_ready.html @@ -1,2 +1,2 @@ is_pod_ready in agones - Rust -

Function agones::is_pod_ready

source ·
pub fn is_pod_ready() -> impl Condition<Pod>
\ No newline at end of file +

Function agones::is_pod_ready

source ·
pub fn is_pod_ready() -> impl Condition<Pod>
\ No newline at end of file diff --git a/main/api/agones/fn.quilkin_config_map.html b/main/api/agones/fn.quilkin_config_map.html index 5ac108eb01..2502abba0d 100644 --- a/main/api/agones/fn.quilkin_config_map.html +++ b/main/api/agones/fn.quilkin_config_map.html @@ -1,4 +1,4 @@ quilkin_config_map in agones - Rust -

Function agones::quilkin_config_map

source ·
pub fn quilkin_config_map(config: &str) -> ConfigMap
Expand description

Return a ConfigMap in the format that Quilkin expects it to be able to +

Function agones::quilkin_config_map

source ·
pub fn quilkin_config_map(config: &str) -> ConfigMap
Expand description

Return a ConfigMap in the format that Quilkin expects it to be able to consume the config yaml.

\ No newline at end of file diff --git a/main/api/agones/fn.quilkin_container.html b/main/api/agones/fn.quilkin_container.html index 9140ea0727..cf73f54195 100644 --- a/main/api/agones/fn.quilkin_container.html +++ b/main/api/agones/fn.quilkin_container.html @@ -1,7 +1,8 @@ quilkin_container in agones - Rust -

Function agones::quilkin_container

source ·
pub fn quilkin_container(
+    

Function agones::quilkin_container

source ·
pub fn quilkin_container(
     client: &Client,
     args: Option<Vec<String>>,
-    volume_mount: Option<String>
+    volume_mount: Option<String>,
+    current: bool
 ) -> Container
Expand description

Returns a container for Quilkin, with an optional volume mount name

\ No newline at end of file diff --git a/main/api/agones/fn.quilkin_proxy_deployment.html b/main/api/agones/fn.quilkin_proxy_deployment.html index 089f433707..b7a1c4cb82 100644 --- a/main/api/agones/fn.quilkin_proxy_deployment.html +++ b/main/api/agones/fn.quilkin_proxy_deployment.html @@ -1,10 +1,11 @@ -quilkin_proxy_deployment in agones - Rust -
pub async fn quilkin_proxy_deployment(
+quilkin_proxy_deployment in agones - Rust
+    
pub async fn quilkin_proxy_deployment(
     client: &Client,
     deployments: Api<Deployment>,
     name: String,
     host_port: u16,
-    management_server: String
-) -> SocketAddr
Expand description

Create a Deployment with a singular Quilkin proxy, and return it’s address. + management_server: String, + current: bool +) -> SocketAddr

Expand description

Create a Deployment with a singular Quilkin proxy, and return its address. The name variable is used as role={name} for label lookup.

\ No newline at end of file diff --git a/main/api/agones/index.html b/main/api/agones/index.html index 90934559fd..95b53345d3 100644 --- a/main/api/agones/index.html +++ b/main/api/agones/index.html @@ -1,10 +1,10 @@ agones - Rust -

Crate agones

source ·

Structs§

Constants§

+

Crate agones

source ·

Structs§

Constants§

Functions§

Statics§

Functions§

  • Creates a Service account and related RBAC objects to enable a process to query Agones and ConfigMap resources within a cluster
  • Return a ConfigMap that has a standard testing Token Router configuration
  • Create a Fleet, and pick on it’s GameServers and add the token to it. Returns the details of the GameServer that has been selected.
  • Returns a Fleet of 3 replicas of the UDP testing GameServer
  • Returns a test GameServer with the UDP test binary that is used for Agones e2e tests.
  • Convenience function to return the address with the first port of GameServer
  • Condition to wait for a Deployment to have all the replicas it is expecting to be ready.
  • Condition to wait for a Fleet to have all the replicas it is expecting to be ready.
  • Condition to wait for a GameServer to become Ready.
  • Return a ConfigMap in the format that Quilkin expects it to be able to -consume the config yaml.
  • Returns a container for Quilkin, with an optional volume mount name
  • Create a Deployment with a singular Quilkin proxy, and return it’s address. +consume the config yaml.
  • Returns a container for Quilkin, with an optional volume mount name
  • Create a Deployment with a singular Quilkin proxy, and return its address. The name variable is used as role={name} for label lookup.
\ No newline at end of file diff --git a/main/api/agones/sidebar-items.js b/main/api/agones/sidebar-items.js index 1460c3b173..725b22c032 100644 --- a/main/api/agones/sidebar-items.js +++ b/main/api/agones/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"constant":["GAMESERVER_IMAGE","TOKEN_KEY"],"fn":["create_agones_rbac_read_account","create_token_router_config","create_tokenised_gameserver","debug_pods","fleet","game_server","gameserver_address","is_deployment_ready","is_fleet_ready","is_gameserver_ready","is_pod_ready","quilkin_config_map","quilkin_container","quilkin_proxy_deployment"],"struct":["Client"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"constant":["GAMESERVER_IMAGE","IMAGE_TAG","PREV_IMAGE_TAG","TOKEN_KEY"],"fn":["create_agones_rbac_read_account","create_token_router_config","create_tokenised_gameserver","debug_pods","fleet","game_server","gameserver_address","is_deployment_ready","is_fleet_ready","is_gameserver_ready","is_pod_ready","quilkin_config_map","quilkin_container","quilkin_proxy_deployment"],"static":["CLIENT"],"struct":["Client"]}; \ No newline at end of file diff --git a/main/api/agones/static.CLIENT.html b/main/api/agones/static.CLIENT.html new file mode 100644 index 0000000000..05aa88e5d9 --- /dev/null +++ b/main/api/agones/static.CLIENT.html @@ -0,0 +1,2 @@ +CLIENT in agones - Rust +

Static agones::CLIENT

source ·
pub static CLIENT: OnceCell<Client>
\ No newline at end of file diff --git a/main/api/agones/struct.Client.html b/main/api/agones/struct.Client.html index ab26f1f650..970109d649 100644 --- a/main/api/agones/struct.Client.html +++ b/main/api/agones/struct.Client.html @@ -1,23 +1,24 @@ -Client in agones - Rust -

Struct agones::Client

source ·
pub struct Client {
+Client in agones - Rust
+    

Struct agones::Client

source ·
pub struct Client {
     pub kubernetes: Client,
     pub namespace: String,
     pub quilkin_image: String,
+    pub prev_quilkin_image: String,
 }

Fields§

§kubernetes: Client

The Kubernetes client

§namespace: String

The namespace the tests will happen in

§quilkin_image: String

The name and tag of the Quilkin image being tested

-

Implementations§

source§

impl Client

source

pub async fn new() -> Client

Thread safe way to create a Clients across multiple tests. +

§prev_quilkin_image: String

Implementations§

source§

impl Client

source

pub async fn new() -> Client

Thread safe way to create a Clients across multiple tests. Executes the setup required:

  • Creates a test namespace for this test
  • Removes previous test namespaces
  • Retrieves the IMAGE_TAG to test from env vars, and panics if it if not available.
-
source

pub fn namespaced_api<K: Resource<Scope = NamespaceResourceScope>>( +

source

pub fn namespaced_api<K: Resource<Scope = NamespaceResourceScope>>( &self ) -> Api<K>
where <K as Resource>::DynamicType: Default,

Returns a typed API client for this client in this test namespace.

-

Trait Implementations§

source§

impl Clone for Client

source§

fn clone(&self) -> Client

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more

Auto Trait Implementations§

§

impl !RefUnwindSafe for Client

§

impl Send for Client

§

impl Sync for Client

§

impl Unpin for Client

§

impl !UnwindSafe for Client

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Clone for Client

source§

fn clone(&self) -> Client

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more

Auto Trait Implementations§

§

impl !RefUnwindSafe for Client

§

impl Send for Client

§

impl Sync for Client

§

impl Unpin for Client

§

impl !UnwindSafe for Client

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/main/api/search-index.js b/main/api/search-index.js index 344b313c3c..68b6b319e1 100644 --- a/main/api/search-index.js +++ b/main/api/search-index.js @@ -1,5 +1,5 @@ var searchIndex = new Map(JSON.parse('[\ -["agones",{"doc":"","t":"FSSNNNNNHHHHHNNHHNNHHHHOONNHHOHNNNNN","n":["Client","GAMESERVER_IMAGE","TOKEN_KEY","__clone_box","borrow","borrow_mut","clone","clone_into","create_agones_rbac_read_account","create_token_router_config","create_tokenised_gameserver","debug_pods","fleet","from","from_ref","game_server","gameserver_address","into","into_request","is_deployment_ready","is_fleet_ready","is_gameserver_ready","is_pod_ready","kubernetes","namespace","namespaced_api","new","quilkin_config_map","quilkin_container","quilkin_image","quilkin_proxy_deployment","to_owned","try_from","try_into","type_id","vzip"],"q":[[0,"agones"],[36,"dyn_clone::sealed"],[37,"k8s_openapi::v1_29::api::core::v1::service_account"],[38,"kube_client::api"],[39,"k8s_openapi::v1_29::api::rbac::v1::cluster_role"],[40,"k8s_openapi::v1_29::api::rbac::v1::role_binding"],[41,"alloc::string"],[42,"k8s_openapi::v1_29::api::core::v1::config_map"],[43,"quilkin::config::providers::k8s::agones"],[44,"quilkin::config::providers::k8s::agones"],[45,"k8s_openapi::v1_29::api::apps::v1::deployment"],[46,"kube_runtime::wait"],[47,"k8s_openapi::v1_29::api::core::v1::pod"],[48,"k8s_openapi::_resource"],[49,"kube_core::resource"],[50,"alloc::vec"],[51,"core::option"],[52,"k8s_openapi::v1_29::api::core::v1::container"],[53,"core::net::socket_addr"],[54,"core::result"],[55,"core::any"]],"d":["","A simple udp server that returns packets that are sent to …","The dynamic metadata key for routing tokens","","","","","","Creates a Service account and related RBAC objects to …","Return a ConfigMap that has a standard testing Token …","Create a Fleet, and pick on it’s GameServers and add the …","","Returns a Fleet of 3 replicas of the UDP testing GameServer","Returns the argument unchanged.","","Returns a test GameServer with the UDP test binary that is …","Convenience function to return the address with the first …","Calls U::from(self).","","Condition to wait for a Deployment to have all the …","Condition to wait for a Fleet to have all the replicas it …","Condition to wait for a GameServer to become Ready.","","The Kubernetes client","The namespace the tests will happen in","Returns a typed API client for this client in this test …","Thread safe way to create a Clients across multiple tests. …","Return a ConfigMap in the format that Quilkin expects it …","Returns a container for Quilkin, with an optional volume …","The name and tag of the Quilkin image being tested","Create a Deployment with a singular Quilkin proxy, and …","","","","",""],"i":[0,0,0,3,3,3,3,3,0,0,0,0,0,3,3,0,0,3,3,0,0,0,0,3,3,3,3,0,0,3,0,3,3,3,3,3],"f":"```{{cb}d{}}{ce{}{}}0{ff}{{ce}d{}{}}{{f{j{h}}{j{l}}{j{n}}}A`}{{{j{Ab}}}Ab}{{{j{Ad}}{j{Af}}Ah}Af}{{fA`}d}{{}Ad}{cc{}}0{{}Af}{AfA`}:{c{{Aj{e}}}{}{}}{{}{{`{{An{Al}}}}}}{{}{{`{{An{Ad}}}}}}{{}{{`{{An{Af}}}}}}{{}{{`{{An{B`}}}}}}``{f{{j{c}}}{{Bf{}{{Bb{Bd}}}}}}{{}f}{AhAb}{{f{Bj{{Bh{A`}}}}{Bj{A`}}}Bl}`{{f{j{Al}}A`BnA`}C`}{ce{}{}}{c{{Cb{e}}}{}{}}0{cCd{}}2","c":[],"p":[[5,"Private",36],[1,"unit"],[5,"Client",0],[5,"ServiceAccount",37],[5,"Api",38],[5,"ClusterRole",39],[5,"RoleBinding",40],[5,"String",41],[5,"ConfigMap",42],[5,"Fleet",43],[5,"GameServer",43],[1,"str"],[5,"Request",44],[5,"Deployment",45],[10,"Condition",46],[5,"Pod",47],[17,"Scope"],[5,"NamespaceResourceScope",48],[10,"Resource",49],[5,"Vec",50],[6,"Option",51],[5,"Container",52],[1,"u16"],[6,"SocketAddr",53],[6,"Result",54],[5,"TypeId",55]],"b":[]}],\ +["agones",{"doc":"","t":"JFSSSSNNNNNHHHHHNNHHNNHHHHOONNOHHOHNNNNN","n":["CLIENT","Client","GAMESERVER_IMAGE","IMAGE_TAG","PREV_IMAGE_TAG","TOKEN_KEY","__clone_box","borrow","borrow_mut","clone","clone_into","create_agones_rbac_read_account","create_token_router_config","create_tokenised_gameserver","debug_pods","fleet","from","from_ref","game_server","gameserver_address","into","into_request","is_deployment_ready","is_fleet_ready","is_gameserver_ready","is_pod_ready","kubernetes","namespace","namespaced_api","new","prev_quilkin_image","quilkin_config_map","quilkin_container","quilkin_image","quilkin_proxy_deployment","to_owned","try_from","try_into","type_id","vzip"],"q":[[0,"agones"],[40,"dyn_clone::sealed"],[41,"k8s_openapi::v1_29::api::core::v1::service_account"],[42,"kube_client::api"],[43,"k8s_openapi::v1_29::api::rbac::v1::cluster_role"],[44,"k8s_openapi::v1_29::api::rbac::v1::role_binding"],[45,"alloc::string"],[46,"k8s_openapi::v1_29::api::core::v1::config_map"],[47,"quilkin::config::providers::k8s::agones"],[48,"quilkin::config::providers::k8s::agones"],[49,"k8s_openapi::v1_29::api::apps::v1::deployment"],[50,"kube_runtime::wait"],[51,"k8s_openapi::v1_29::api::core::v1::pod"],[52,"k8s_openapi::_resource"],[53,"kube_core::resource"],[54,"alloc::vec"],[55,"core::option"],[56,"k8s_openapi::v1_29::api::core::v1::container"],[57,"core::net::socket_addr"],[58,"core::result"],[59,"core::any"]],"d":["","","A simple udp server that returns packets that are sent to …","","","The dynamic metadata key for routing tokens","","","","","","Creates a Service account and related RBAC objects to …","Return a ConfigMap that has a standard testing Token …","Create a Fleet, and pick on it’s GameServers and add the …","","Returns a Fleet of 3 replicas of the UDP testing GameServer","Returns the argument unchanged.","","Returns a test GameServer with the UDP test binary that is …","Convenience function to return the address with the first …","Calls U::from(self).","","Condition to wait for a Deployment to have all the …","Condition to wait for a Fleet to have all the replicas it …","Condition to wait for a GameServer to become Ready.","","The Kubernetes client","The namespace the tests will happen in","Returns a typed API client for this client in this test …","Thread safe way to create a Clients across multiple tests. …","","Return a ConfigMap in the format that Quilkin expects it …","Returns a container for Quilkin, with an optional volume …","The name and tag of the Quilkin image being tested","Create a Deployment with a singular Quilkin proxy, and …","","","","",""],"i":[0,0,0,0,0,0,3,3,3,3,3,0,0,0,0,0,3,3,0,0,3,3,0,0,0,0,3,3,3,3,3,0,0,3,0,3,3,3,3,3],"f":"``````{{cb}d{}}{ce{}{}}0{ff}{{ce}d{}{}}{{f{j{h}}{j{l}}{j{n}}}A`}{{{j{Ab}}}Ab}{{{j{Ad}}{j{Af}}Ah}Af}{{fA`}d}{{}Ad}{cc{}}0{{}Af}{AfA`}:{c{{Aj{e}}}{}{}}{{}{{`{{An{Al}}}}}}{{}{{`{{An{Ad}}}}}}{{}{{`{{An{Af}}}}}}{{}{{`{{An{B`}}}}}}``{f{{j{c}}}{{Bf{}{{Bb{Bd}}}}}}{{}f}`{AhAb}{{f{Bj{{Bh{A`}}}}{Bj{A`}}Bl}Bn}`{{f{j{Al}}A`C`A`Bl}Cb}{ce{}{}}{c{{Cd{e}}}{}{}}0{cCf{}}2","c":[],"p":[[5,"Private",40],[1,"unit"],[5,"Client",0],[5,"ServiceAccount",41],[5,"Api",42],[5,"ClusterRole",43],[5,"RoleBinding",44],[5,"String",45],[5,"ConfigMap",46],[5,"Fleet",47],[5,"GameServer",47],[1,"str"],[5,"Request",48],[5,"Deployment",49],[10,"Condition",50],[5,"Pod",51],[17,"Scope"],[5,"NamespaceResourceScope",52],[10,"Resource",53],[5,"Vec",54],[6,"Option",55],[1,"bool"],[5,"Container",56],[1,"u16"],[6,"SocketAddr",57],[6,"Result",58],[5,"TypeId",59]],"b":[]}],\ ["gen",{"doc":"","t":"SSHHHHHHH","n":["VERSION","VERSION_PROTOC","check_version","copy","docs","execute","install","install_protoc","main"],"q":[[0,"gen"]],"d":["","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0],"f":"``{{bbb}d}{{}f}{{{h{{j{b{h{b}}}}}}}f}{bf}222","c":[],"p":[[1,"str"],[1,"bool"],[1,"unit"],[1,"slice"],[1,"tuple"]],"b":[]}],\ ["qt",{"doc":"","t":"FPPFFJFTFTTIFFGGIPPFFPPFFFFFPPFFTTNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONOONNNNNNNOONNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQNNNNNOOONONOOOONNOOOONNOOQNOOONNNOOOOOQNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNO","n":["AdminPailConfig","Agent","Agent","AgentPail","AgentPailConfig","BUFFER_POOL","ConfigFile","DEBUG","DefaultGuard","ERROR","INFO","JoinHandle","Level","ManagementPailConfig","Pail","PailConfig","Pails","Proxy","Proxy","ProxyPail","ProxyPailConfig","Relay","Relay","RelayPail","RelayPailConfig","Sandbox","SandboxConfig","SandboxPailConfig","Server","Server","ServerPail","ServerPailConfig","TRACE","WARN","__clone_box","alloc_buffer","as_log","as_serde","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","client","clone","clone_into","cmp","compare","config","config","config","config","config","config","config","config","config_file","config_file","config_file","construct","default","default","default","default","default","default","delta_applies","dependencies","drop","drop","drop","drop","drop","endpoints","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","expect_timeout","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ref","from_str","func_name","ge","ge","gt","gt","hash","icao_code","init_logging","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","json","le","le","lt","lt","maybe_timeout","mds_port","name","name","new","num_packets","packet_rx","packet_rx","packet_size","pails","pails","partial_cmp","partial_cmp","path","phoenix_port","port","port","proxy","push","qcmp_port","qcmp_port","sandbox_config","server","shutdown","shutdown","shutdown","sleep","socket","spinup","task","task","task","task","td","temp_file","timeout","to_owned","to_string","trace_test","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","update","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","xds_port"],"q":[[0,"qt"],[303,"dyn_clone::sealed"],[304,"quilkin::pool"],[305,"core::convert"],[306,"log"],[307,"quilkin::net"],[308,"core::cmp"],[309,"quilkin::config"],[310,"alloc::sync"],[311,"std::path"],[312,"tokio::sync::oneshot"],[313,"core::option"],[314,"tracing_core::metadata"],[315,"core::future::future"],[316,"core::fmt"],[317,"core::fmt"],[318,"tracing_core::metadata"],[319,"tonic::request"],[320,"alloc::string"],[321,"core::convert"],[322,"core::net::socket_addr"],[323,"tokio::sync::mpsc::unbounded"],[324,"socket2::socket"],[325,"core::any"],[326,"quilkin::test"],[327,"core::ops::function"]],"d":["","","","","","","","The “debug” level.","A guard that resets the current default dispatcher to the …","The “error” level.","The “info” level.","","Describes the level of verbosity of a span or event.","","","","","","","","","","","","","","","","Creates a UDP socket with an ephemeral port that will send …","","","","The “trace” level.","The “warn” level.","","","","","Returns the string representation of the Level.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an ephemeral socket that can be used to send …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runs a future, expecting it to timeout instead of …","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Macro that can get the function name of the function the …","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Construct a serde_json::Value from a JSON literal.","","","","","","","","","","","","","","","","","","","","The server socket’s ephmeral port","","","","","","","","","","","Sleeps for the specified number of milliseconds","","","The join handle to the task driving the socket. Used to …","","","","","Creates a temporary file with the specified prefix in a …","Runs a future, expecting it complete before the specified …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,41,13,0,0,0,0,7,0,7,7,0,0,0,0,0,0,41,13,0,0,41,13,0,0,0,0,0,41,13,0,0,7,7,7,0,7,7,7,23,41,16,17,45,29,30,31,32,13,10,24,25,26,27,28,33,7,23,41,16,17,45,29,30,31,32,13,10,24,25,26,27,28,33,7,10,7,7,7,7,13,16,17,30,31,32,25,26,10,30,31,13,23,24,25,26,27,28,32,17,29,30,31,32,33,28,7,7,7,7,7,7,7,10,33,7,7,23,41,41,41,41,41,16,17,45,29,30,31,32,13,10,24,25,26,27,28,33,7,7,7,0,7,7,7,7,7,28,0,23,41,16,17,45,29,30,31,32,13,10,24,25,26,27,28,33,7,23,41,16,17,45,29,30,31,32,13,10,24,25,26,27,28,33,7,0,7,7,7,7,10,30,17,45,45,23,10,29,23,45,10,7,7,16,32,29,32,10,45,31,32,0,10,30,31,32,10,10,45,29,30,31,32,10,0,10,7,7,0,23,41,16,17,45,29,30,31,32,13,10,24,25,26,27,28,33,7,23,41,16,17,45,29,30,31,32,13,10,24,25,26,27,28,33,7,23,41,16,17,45,29,30,31,32,13,10,24,25,26,27,28,33,7,16,23,41,16,17,45,29,30,31,32,13,10,24,25,26,27,28,33,7,30],"f":"``````````````````````````````````{{cb}d{}}{cf{{l{{j{h}}}}}}{nA`}{n}{nAb}{ce{}{}}00000000000000000000000000000000000{AdAf}{nn}{{ce}d{}{}}{{nn}Ah}{{ce}Ah{}{}}{Aj{{An{Al}}}}```````{{AdAb}B`}``{{BbBdBf}{{Bl{Aj{Bj{{Bh{d}}}}}}}}{{}Bn}{{}C`}{{}Cb}{{}Cd}{{}Cf}{{}Ch}``{Cjd}{Cld}{Cnd}{D`d}{Dbd}`{{nn}Dd}{{nDf}Dd}{{ce}Dd{}{}}0000{{AdDhc}dDj}{{DbDl}{{E`{dDn}}}}{{nDl}{{E`{dDn}}}}0{cc{}}{BnEb}{ChEb}{CdEb}{CbEb}444444444444444444{Ab{{E`{nEd}}}}`:;:;{{nc}dEf}`{{nAb}Db}{ce{}{}}00000000000000000{c{{Eh{e}}}{}{}}00000000000000000`>??>{{AdDhc}BjDj}```{cEj{{En{El}}}}`{{AdAb}{{F`{El}}}}````{{nn}{{Bj{Ah}}}}{{nDf}{{Bj{Ah}}}}````{{AdAb}{{Bl{Fb{Fd{El}}}}}}{{EjAbc{j{Ab}}}d{{En{Eb}}}}```{{AdAb}{{Bl{{F`{El}}Fb}}}}```{{AdDh}d}{Ad{{Bl{FfFb}}}}{EjAd}``````{{AdDhc}{}Dj}={cEl{}}`{c{{E`{e}}}{}{}}00000000000000000000000000000000000{cFh{}}00000000000000000{{B`c}d{{Fl{Fj}}}}{ce{}{}}00000000000000000`","c":[],"p":[[5,"Private",303],[1,"unit"],[5,"PoolBuffer",304],[1,"u8"],[1,"slice"],[10,"AsRef",305],[5,"Level",0],[6,"Level",306],[1,"str"],[5,"Sandbox",0],[5,"DualStackEpollSocket",307],[6,"Ordering",308],[6,"Pail",0],[5,"Config",309],[5,"Arc",310],[5,"ConfigFile",0],[5,"SandboxPailConfig",0],[8,"Pails",0],[5,"Path",311],[5,"Receiver",312],[6,"Option",313],[1,"tuple"],[5,"ServerPailConfig",0],[5,"AdminPailConfig",0],[5,"RelayPailConfig",0],[5,"ProxyPailConfig",0],[5,"ManagementPailConfig",0],[5,"AgentPailConfig",0],[5,"ServerPail",0],[5,"RelayPail",0],[5,"AgentPail",0],[5,"ProxyPail",0],[5,"DefaultGuard",0],[1,"bool"],[5,"LevelFilter",314],[1,"u64"],[10,"Future",315],[5,"Formatter",316],[5,"Error",316],[6,"Result",317],[6,"PailConfig",0],[5,"ParseLevelError",314],[10,"Hasher",318],[5,"Request",319],[5,"SandboxConfig",0],[5,"String",320],[10,"Into",305],[5,"Receiver",321],[6,"SocketAddr",322],[5,"UnboundedReceiver",323],[5,"Socket",324],[5,"TypeId",325],[5,"TestConfig",326],[10,"FnOnce",327]],"b":[[106,"impl-PartialEq-for-Level"],[107,"impl-PartialEq%3CLevelFilter%3E-for-Level"],[115,"impl-Display-for-Level"],[116,"impl-Debug-for-Level"],[118,"impl-From%3CServerPailConfig%3E-for-PailConfig"],[119,"impl-From%3CAgentPailConfig%3E-for-PailConfig"],[120,"impl-From%3CProxyPailConfig%3E-for-PailConfig"],[121,"impl-From%3CRelayPailConfig%3E-for-PailConfig"],[142,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[143,"impl-PartialOrd-for-Level"],[144,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[145,"impl-PartialOrd-for-Level"],[186,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[187,"impl-PartialOrd-for-Level"],[188,"impl-PartialOrd-for-Level"],[189,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[201,"impl-PartialOrd-for-Level"],[202,"impl-PartialOrd%3CLevelFilter%3E-for-Level"]]}],\ ["quilkin",{"doc":"","t":"PFFPPPFIGIIPNNNQOCNNNNNNNNNNNNNNCNNNNNNOCNONCCOONNNNNCONNNNNNNNNNNNNNNENNONOQNNNNNNNNNNOHOOCONCOOONNNQCONNNONNNNNNNNNNNNNNNNONNNNOCHEPPFGEPPGEPPPEPEPEPNNOCNNNNNNNNNNOONNNNNNNNNNNNNNNNNNCNNNNNOCOCCOCNNNNNNNNNNNNNNFSENONNNNNNNHNNNNNNONNOOOOONONNNNNNNOFNNNNNNNONNNNNNNNNONNNNNNNFSENNNNNNNHNNNNNNNNOOOONONNNNNNNOSFEHOOOOONOOOFPGNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSEFNNNNNNNNNNNNNNONNOONNNNNNNNOCCCHHHHHGPPSSPPGFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNOOOOOOFCCNNONNNCCOCONNNNGPPSPPNNNNNNNNNNNNNNNNNFEFFNONNNNNNNNNNNONNNNONOOOOOONNNNNNNNNNEFFEENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNONONNNNNNNNNNNNNNNNNPPPIPPPGFFFFPFFNONNNNNNNNNNNNNNNNOOONNONNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNOOONOOCOONNNOOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOFNNOOONNNOONHNNNONOFFNNNNNNNNNNNNONNNNNOOONNNNNNNNNNOGFPPGFGFGFPPFPFPPPPEFPPGPGENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNOONCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNCNNNOOOPPGNNNNNNNNNNNNNNNCNNNNNNNNNOOOCHHPPPPPPPPFFGFFFFGFFFGFFFFPFPPPPPGGPPPPPPGFGPPPPPPPNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNOOONNOONNNNNNNNNNONNNNNNNNOOOOOOOOOONNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNOOONNONOONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPFFKNNCENNNNNNNNNNNNNNNNNNNNNNNNNNHMNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHRFFPFRPFFGPFPFPIPKFGKFIFFFPPPPFFFPPPTPPFPFKFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNCCNOMOOMCNNNNNOONCNMMONNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCOOCNMNNNNNNCCNNNNNNNNNNNNNNNNNNNOOCNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOSFKFFPFPGFPNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNGFPFGFPGPPPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFPPGNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNFFNNNNNNONNNNNNNNNNNFFSNNNNNNNNNNNNNNNNGPFPFPFGFNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNOOFPFGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNFFSNNNNNNNNNNNNNNOONNNNNNNNFFFFFNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNFFNNNNNNNNNNNNNNNNEEEEEEEEEFFNNNNNNNNNNNNNNNNNNONNNNNNNNNNNFPPGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOEFFIEEFNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNCNNHHNNHNNNNNNNNNNNNEFFFFFINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNONNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOOOONNNNNNNNNNNNNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOGPPPNNNNNNNNNNNNNNNNNNNGEFFIPPPTFFGPPITNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNOCONNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNONNNNNNOOPPISFPPFPFPPGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNFFFFKFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNMNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSPPSPPSPPGGNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["Benching","Cli","Config","Err","Normal","Ok","Proxy","Result","ShutdownKind","ShutdownRx","ShutdownTx","Testing","__clone_box","__clone_box","__clone_box","__func_name","admin_address","alloc","allow_request_processing","apply_delta","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cli","clone","clone","clone","clone_into","clone_into","clone_into","clusters","codec","command","command","command_for_update","components","config","config","datacenter","default","default","delta_discovery_request","deserialize","eq","filters","filters","fmt","fmt","fmt","fmt","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_ref","from_ref","from_ref","generated","group_id","group_id","id","identifier","idle_request_interval_secs","include_proto","interested_resources","into","into","into","into","into_request","into_request","into_request","into_request","json_schema","log_format","make_shutdown_channel","management_server","mmdb","net","no_admin","on_changed","pool","port","qcmp_port","quiet","schema_id","schema_name","serialize","temp_file","time","to","to_owned","to_owned","to_owned","to_tokens","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","version","vzip","vzip","vzip","vzip","workers","xds","spawn_heap_stats_updates","Agent","Agent","Auto","Cli","Commands","GenerateConfigSchema","GenerateConfigSchema","Json","LogFormats","Manage","Manage","Plain","Pretty","Proxy","Proxy","Qcmp","Qcmp","Relay","Relay","__clone_box","__clone_box","admin_address","agent","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","command","config","default","drive","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_ref","from_ref","from_str","generate_config_schema","has_subcommand","into","into","into_request","into_request","log_format","manage","no_admin","proxy","qcmp","quiet","relay","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","type_id","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","Agent","PORT","Ready","__clone_box","address_type","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","default","default_port","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","icao_code","into","into_request","ip_kind","provider","qcmp_port","region","relay","run","sub_zone","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","zone","GenerateConfigSchema","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","filter_ids","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","generate_config_schema","group_id","into","into_request","output_directory","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","Manage","PORT","Ready","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","default_port","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","into","into_request","port","provider","region","relay","run","sub_zone","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","zone","PORT","Proxy","Ready","default_port","idle_request_interval_secs","management_server","mmdb","port","qcmp_port","run","to","to_tokens","workers","Ping","Ping","Qcmp","__clone_box","__clone_box","amount","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","endpoint","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_ref","from_ref","group_id","has_subcommand","into","into","into_request","into_request","run","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","PORT","Ready","Relay","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","default","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","idle_request_interval_secs","into","into_request","mds_port","providers","run","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","xds_port","base64","prost","qcmp","encode","from_json","mapping_from_kind","value_from_kind","value_from_struct","Error","InvalidCommand","LengthMismatch","MAX_QCMP_PACKET_LEN","MIN_QCMP_PACKET_LEN","Ping","PingReply","Protocol","QcmpMeasurement","QcmpPacket","UnknownVersion","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","distance","encode","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","into","into","into","into","into_request","into_request","into_request","into_request","measure_distance","new","nonce","parse","ping","ping_reply","ping_with_nonce","round_trip_delay","spawn","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","client_timestamp","client_timestamp","nonce","nonce","server_start_timestamp","server_transmit_timestamp","RunArgs","admin","agent","borrow","borrow_mut","config","from","into","into_request","manage","proxy","ready","relay","shutdown_rx","try_from","try_into","type_id","vzip","Admin","Agent","Manage","PORT","Proxy","Relay","__clone_box","borrow","borrow_mut","clone","clone_into","fmt","from","from_ref","idle_request_interval","into","into_request","server","to_owned","try_from","try_into","type_id","vzip","Agent","DualStackLocalSocket","Locality","Ready","__clone_box","address_selector","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","fmt","from","from","from_ref","icao_code","into","into","into_request","into_request","is_manage","is_ready","locality","provider","provider_is_healthy","qcmp_socket","relay_is_healthy","relay_servers","run","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","DualStackLocalSocket","Locality","Manage","Providers","Ready","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","cmp","colon_separated_string","compare","default","deserialize","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_ref","from_str","hash","into","into","into_request","into_request","is_referenceable","json_schema","listener","locality","new","partial_cmp","provider","region","relay_servers","run","schema_id","schema_name","serialize","sub_zone","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","with_region","zone","AccumulatorOverflow","ChannelClosed","ChannelFull","ErrorMap","Filter","Io","NoUpstreamEndpoints","PipelineError","Proxy","Ready","RecvPacket","SendPacket","Session","SessionPool","ToTokens","__clone_box","asn_info","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","count","data","data","default","default","destination","discriminant","drop","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_ref","get","hash","idle_request_interval","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_ready","length","management_servers","mmdb","new","notifier","num_workers","packet_router","phoenix","qcmp","run","send","sessions","socket","source","to","to_owned","to_string","to_tokens","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","xds_is_healthy","DownstreamReceiveWorkerConfig","borrow","borrow_mut","buffer_pool","config","error_sender","from","into","into_request","port","sessions","spawn","spawn_receivers","try_from","try_into","type_id","upstream_receiver","vzip","worker_id","Ready","Relay","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","fmt","from","from","from_ref","idle_request_interval","into","into","into_request","into_request","is_ready","mds_listener","provider","provider_is_healthy","run","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","xds_listener","AddrKind","AddressSelector","Agent","Any","Base64Standard","Config","ConfigType","Datacenter","DatacenterConfig","DatacenterMap","Dynamic","EmptyList","Filter","FilterInvalid","IcaoCode","Ipv4","Ipv6","NonAgent","NotUnique","Providers","Slot","Static","V1Alpha1","ValidationError","ValueInvalid","Version","Watch","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","apply_delta","apply_metrics","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clusters","config","datacenter","datacenters","default","default","default","default","default_agent","default_non_agent","delta_discovery_request","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","empty","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filters","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_reader","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str","get","has_changed","hash","icao_code","id","insert","into","into","into","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_empty","is_referenceable","is_referenceable","is_referenceable","is_some","iter","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","kind","label","len","load","mark","modify","name","name","new","providers","qcmp_port","read","remove","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","source","store","store_if_unset","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_possible_value","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_replace","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","value_variants","version","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","watch","watch","with_default","write","datacenters","icao_code","qcmp_port","Agones","File","Providers","__clone_box","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","clone","clone_into","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","has_subcommand","into","into_request","k8s","spawn","task","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","config_namespace","gameservers_namespace","path","agones","update_endpoints_from_gameservers","update_filters_from_configmap","Allocated","Creating","Debug","Distributed","Distributed","Dynamic","Error","Error","Fleet","FleetInner","FleetScheduling","FleetSpec","FleetStatus","FleetStrategy","FleetStrategyRollingUpdate","FleetStrategyType","GameServer","GameServerPort","GameServerSpec","GameServerState","GameServerStatus","GameServerStatusPort","GameServerTemplateSpec","Health","Info","Inner","None","Packed","Packed","Passthrough","PortAllocation","PortPolicy","Protocol","Ready","Recreate","RequestReady","Reserved","RollingUpdate","Scheduled","SchedulingStrategy","SdkServer","SdkServerLogLevel","Shutdown","Starting","Static","Tcp","Udp","UdpTcp","Unhealthy","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","address","addresses","allocated_replicas","annotations","annotations","annotations_mut","annotations_mut","api_resource","api_resource","api_version","api_version","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","container","container","container_port","crd","crd","crd_name","crd_name","creation_timestamp","creation_timestamp","default","default","default","default","default","default","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","endpoint","finalizers","finalizers","finalizers_mut","finalizers_mut","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","group","group","group","group","grpc_port","health","host_port","http_port","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_allocated","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","kind","kind","kind","kind","labels","labels","labels_mut","labels_mut","log_level","managed_fields","managed_fields","managed_fields_mut","managed_fields_mut","max_surge","max_unavailable","meta","meta","meta_mut","meta_mut","metadata","metadata","metadata","name","name","name","name","name_any","name_any","name_unchecked","name_unchecked","namespace","namespace","namespace","namespace","new","new","node_name","owner_references","owner_references","owner_references_mut","owner_references_mut","plural","plural","plural","plural","port","port_policy","ports","ports","protocol","ready_replicas","replicas","replicas","reserved_replicas","reserved_until","resource_version","resource_version","resource_version","resource_version","rolling_update","scheduling","scheduling","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","sdk_server","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","shortnames","shortnames","spec","spec","spec","spec","spec","spec_mut","spec_mut","state","status","status","status","status_mut","strategy","template","template","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uid","uid","uid","uid","version","version","version","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Marker","ReadGuard","Version","Watch","WatchGuard","Watchable","__clone_box","__clone_box","agones","agones","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_value","default","deref","deref","deserialize","drop","drop","fmt","from","from","from","from","from_ref","from_ref","fs","has_changed","into","into","into","into","into_request","into_request","into_request","into_request","is_referenceable","json_schema","load","load","load","load","mark","modify","new","read","schema_name","serialize","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","watch","write","watch","BinaryConfiguration","Capture","Compress","Compression","Concatenate","Configuration","ConvertProtoConfig","ConvertProtoConfigError","CreateFilterArgs","CreationError","Custom","Debug","DeserializeFailed","Drop","Dropped","DynFilterFactory","FieldInvalid","Filter","FilterChain","FilterError","FilterFactory","FilterInstance","FilterMap","FilterRegistry","FilterSet","Firewall","FirewallDenied","Infallible","InitializeMetricsFailed","Io","LoadBalancer","LocalRateLimit","Match","MatchNoMetadata","MismatchedTypes","MissingConfig","NAME","NoValueCaptured","NotFound","Pass","RateLimitExceeded","ReadContext","StaticFilter","Timestamp","TokenRouter","TokenRouter","WriteContext","__clone_box","__clone_box","__clone_box","__clone_box","as_filter_config","as_labeled_filter_config","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capture","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","compress","concatenate","config","config","config_schema","contents","contents","create_filter","debug","default","default","default","default_with","deserialize","dest","destinations","discriminant","drop","dynamic","encode_config_to_json","encode_config_to_protobuf","endpoints","ensure_config_exists","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","factory","filter","firewall","fixed","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_config","from_iter","from_ref","from_ref","from_ref","from_ref","get","get","get_factory","hash","index","insert","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_iter","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_empty","is_referenceable","iter","iter","json_schema","label","len","load_balancer","local_rate_limit","match","metadata","metadata","metrics","missing_field","name","new","new","new","new","new","new","pass","prelude","read","read","read","read","read","read","read","read","read","read","read","read","read","read","register","require_config","require_config","schema_name","serialize","source","source","timestamp","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","token_router","try_create","try_create_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_config","try_from_config","try_from_config","try_from_config","try_from_config","try_from_config","try_from_config","try_from_config","try_from_config","try_from_config","try_from_config","try_from_config","try_from_config","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with","write","write","write","write","write","write","write","write","write","write","actual","expected","field","reason","CAPTURED_BYTES","Capture","CaptureStrategy","Config","Prefix","Prefix","Regex","Regex","Strategy","Suffix","Suffix","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capture","capture","capture","capture","deserialize","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","into","into","into_capture","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","json_schema","json_schema","metadata_key","pattern","remove","remove","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","size","size","strategy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","Action","Compress","Compress","CompressionError","Compressor","Config","Decompress","Direction","DoNothing","Lz4","Lz4","Mode","Read","Snappy","Snappy","Write","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","decode","default","default","default","deserialize","deserialize","deserialize","encode","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","hash","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","mode","on_read","on_write","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","Append","Concatenate","Config","DoNothing","Prepend","Strategy","borrow","borrow","borrow_mut","borrow_mut","bytes","default","deserialize","deserialize","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","into","into","into_request","into_request","json_schema","json_schema","new","on_read","on_write","schema_id","schema_id","schema_name","schema_name","serialize","serialize","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","Debug","borrow","borrow_mut","default","deserialize","fmt","from","id","into","into_request","json_schema","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","Config","Drop","NAME","borrow","borrow_mut","deserialize","fmt","from","into","into_request","json_schema","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","Action","Allow","Config","Deny","Firewall","InvalidRange","PortRange","PortRangeError","Rule","__clone_box","__clone_box","__clone_box","__clone_box","action","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","contains","contains","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","json_schema","new","on_read","on_write","ports","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","sources","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","max","min","Config","Hash","LoadBalancer","Policy","Random","RoundRobin","as_endpoint_chooser","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","deserialize","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","into","into","into_request","into_request","json_schema","json_schema","policy","schema_id","schema_id","schema_name","schema_name","serialize","serialize","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","LocalRateLimit","SESSION_TIMEOUT_SECONDS","borrow","borrow_mut","deserialize","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","into","into_request","json_schema","max_packets","period","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","Branch","Config","DirectionalConfig","Fallthrough","Match","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","branches","default","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fallthrough","filter","fmt","fmt","fmt","fmt","from","from","from","from","into","into","into","into","into_request","into_request","into_request","into_request","is_referenceable","json_schema","json_schema","json_schema","json_schema","metadata_key","on_read","on_write","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","value","vzip","vzip","vzip","vzip","Config","Pass","borrow","borrow_mut","deserialize","fmt","from","into","into_request","json_schema","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","ConvertProtoConfigError","CreateFilterArgs","CreationError","Filter","FilterError","FilterInstance","ReadContext","StaticFilter","WriteContext","Config","Timestamp","__clone_box","borrow","borrow_mut","clone","clone_into","deserialize","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_ref","into","into_request","json_schema","metadata_key","new","observe","schema_id","schema_name","serialize","to_owned","try_from","try_from","try_into","type_id","vzip","Config","NoEndpointMatch","NoTokenFound","RouterError","TokenRouter","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","discriminant","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","hash","into","into","into_request","into_request","json_schema","metadata_key","schema_id","schema_name","serialize","sync_read","to_string","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","token","ClusterMap","DualStackEpollSocket","DualStackLocalSocket","DualStackLocalSocketRc","Endpoint","EndpointAddress","TcpListener","bind","bind_local","bind_local","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cluster","endpoint","fmt","from","from","from","from_raw","into","into","into","into_request","into_request","into_request","into_stream","local_addr","local_addr","local_ipv4_addr","local_ipv4_addr","local_ipv6_addr","local_ipv6_addr","make_refcnt","new","new","phoenix","port","raw_fd","raw_socket_with_reuse","raw_socket_with_reuse_and_address","recv_from","send_to","socket_port","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","xds","ClusterMap","ClusterMapDeser","EndpointSet","EndpointSetVersion","Token","TokenAddressMap","__clone_box","__clone_box","__clone_box","__clone_box","addresses_for_token","apply","benchmarking","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_token_map","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","contains","default","deserialize","deserialize","endpoints","endpoints","entry","eq","equivalent","equivalent","equivalent","equivalent","equivalent","filter_endpoints","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_number","from_ref","from_ref","from_ref","from_ref","from_str","get","get_default","get_default_mut","get_mut","has_changed","has_endpoints","insert","insert_default","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","is_empty","is_empty","is_referenceable","iter","json_schema","len","len","mark","new","new","new","new_default","nth_endpoint","num_of_endpoints","number","proto","remove_endpoint","remove_endpoint_if","remove_locality","replace","replace","schema_name","serialize","to_owned","to_owned","to_owned","to_owned","to_string","token_map","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","update","update_unlocated_endpoints","version","version","vzip","vzip","vzip","vzip","vzip","with_version","Cluster","ClusterMap","Datacenter","Endpoint","Filter","FilterChain","Host","Ipv6","Locality","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clusters","config","config","default","default","default","default","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","endpoints","eq","eq","eq","eq","eq","eq","eq","eq","eq","filters","first","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","host","host","host","host2","icao_code","inner","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","label","label","locality","metadata","name","port","qcmp_port","region","second","sub_zone","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zone","Inner","Ipv4","Ipv6","Name","__clone_box","borrow","borrow_mut","clone","clone_into","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","AddressKind","DynamicMetadata","Endpoint","EndpointAddress","EndpointMetadata","InvalidBase64","InvalidType","Ip","LOCALHOST","Locality","Metadata","MetadataError","MissingKey","Name","Set","UNSPECIFIED","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","address","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","default","default","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from_proto","from_ref","from_ref","from_ref","from_ref","from_ref","from_str","from_str","from_str","hash","hash","hash","host","into","into","into","into","into","into_proto","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","known","metadata","metadata","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","port","port","schema_id","schema_id","schema_name","schema_name","serialize","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_owned","to_socket_addr","to_string","to_string","to_string","tokens","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unknown","vzip","vzip","vzip","vzip","vzip","with_metadata","expected","key","Bool","Bytes","DynamicMetadata","KEY","Key","List","Literal","MetadataView","Number","Reference","Reference","String","Symbol","Value","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_bytes","as_literal","as_mut_string","as_reference","as_string","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","compare","compare","compare","compare","default","deserialize","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_raw","from_ref","from_ref","from_ref","from_ref","from_ref","from_static","hash","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","is_referenceable","json_schema","json_schema","json_schema","json_schema","json_schema","key","known","new","new","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","resolve","resolve_to_bytes","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unknown","vzip","vzip","vzip","vzip","vzip","with_unknown","Builder","Coordinates","DistanceMeasure","Inner","Measurement","Phoenix","__clone_box","__clone_box","__clone_box","add_node","add_node_if_not_exists","add_nodes_from_config","adjustment_duration","background_update_task","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","clone","clone","clone","clone_into","clone_into","clone_into","default","deref","fmt","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","get_coordinates","incoming","interval_range","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","measure_distance","new","new","ordered_nodes_by_latency","outgoing","spawn","stability_threshold","subset_percentage","to_owned","to_owned","to_owned","total","total_nanos","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","BufferPool","FrozenPoolBuffer","PoolBuffer","__clone_box","alloc","alloc_sized","alloc_slice","as_mut_slice","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","capacity","clone","clone_into","default","deref","deref","deref_mut","drop","extend_from_slice","fmt","fmt","freeze","from","from","from","from_ref","into","into","into","into_request","into_request","into_request","is_empty","is_empty","len","len","new","prepend_from_slice","split_prefix","split_suffix","to_owned","truncate","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","DurationNanos","UtcTimestamp","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","compare","duration","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from_nanos","from_nanos","from_ref","from_ref","into","into","into_request","into_request","nanos","now","partial_cmp","sub","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unix","unix_nanos","vzip","vzip","CLUSTER_TYPE","Cluster","Cluster","DATACENTER_TYPE","Datacenter","Datacenter","FILTER_CHAIN_TYPE","FilterChain","FilterChain","Resource","ResourceType","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","from","from","from_ref","from_str","into","into","into_request","into_request","to_owned","try_decode","try_encode","try_from","try_from","try_into","try_into","type_id","type_id","type_url","vzip","vzip"],"q":[[0,"quilkin"],[131,"quilkin::alloc"],[132,"quilkin::cli"],[212,"quilkin::cli::agent"],[249,"quilkin::cli::generate_config_schema"],[275,"quilkin::cli::manage"],[308,"quilkin::cli::proxy"],[321,"quilkin::cli::qcmp"],[371,"quilkin::cli::relay"],[402,"quilkin::codec"],[405,"quilkin::codec::prost"],[410,"quilkin::codec::qcmp"],[485,"quilkin::codec::qcmp::Protocol"],[491,"quilkin::components"],[509,"quilkin::components::admin"],[532,"quilkin::components::agent"],[572,"quilkin::components::manage"],[633,"quilkin::components::proxy"],[757,"quilkin::components::proxy::packet_router"],[776,"quilkin::components::relay"],[810,"quilkin::config"],[1135,"quilkin::config::DatacenterConfig"],[1138,"quilkin::config::providers"],[1166,"quilkin::config::providers::Providers"],[1169,"quilkin::config::providers::k8s"],[1172,"quilkin::config::providers::k8s::agones"],[1790,"quilkin::config::watch"],[1868,"quilkin::config::watch::agones"],[1869,"quilkin::filters"],[2288,"quilkin::filters::CreationError"],[2292,"quilkin::filters::capture"],[2410,"quilkin::filters::compress"],[2555,"quilkin::filters::concatenate"],[2610,"quilkin::filters::debug"],[2630,"quilkin::filters::drop"],[2649,"quilkin::filters::firewall"],[2784,"quilkin::filters::firewall::PortRangeError"],[2786,"quilkin::filters::load_balancer"],[2839,"quilkin::filters::local_rate_limit"],[2866,"quilkin::filters::match"],[2967,"quilkin::filters::pass"],[2985,"quilkin::filters::prelude"],[2994,"quilkin::filters::timestamp"],[3026,"quilkin::filters::token_router"],[3076,"quilkin::filters::token_router::RouterError"],[3077,"quilkin::net"],[3137,"quilkin::net::cluster"],[3272,"quilkin::net::cluster::proto"],[3479,"quilkin::net::cluster::proto::host"],[3502,"quilkin::net::endpoint"],[3684,"quilkin::net::endpoint::MetadataError"],[3686,"quilkin::net::endpoint::metadata"],[3883,"quilkin::net::phoenix"],[3975,"quilkin::pool"],[4034,"quilkin::time"],[4082,"quilkin::xds"],[4120,"dyn_clone::sealed"],[4121,"quilkin_proto::generated::envoy::service::discovery::v3"],[4122,"alloc::vec"],[4123,"alloc::string"],[4124,"core::net::socket_addr"],[4125,"core::option"],[4126,"quilkin_xds"],[4127,"clap_builder::builder::command"],[4128,"quilkin_xds::config"],[4129,"quilkin_xds::config"],[4130,"serde::de"],[4131,"core::fmt"],[4132,"core::fmt"],[4133,"clap_builder"],[4134,"clap_builder::util::id"],[4135,"core::iter::traits::iterator"],[4136,"tonic::request"],[4137,"schemars::gen"],[4138,"schemars::schema"],[4139,"quilkin_xds::server"],[4140,"core::future::future"],[4141,"core::marker"],[4142,"alloc::borrow"],[4143,"serde::ser"],[4144,"core::any"],[4145,"core::time"],[4146,"tokio::sync::oneshot"],[4147,"core::fmt"],[4148,"prost::error"],[4149,"prost::message"],[4150,"serde_json::value"],[4151,"prost_types::protobuf"],[4152,"prost_types::protobuf::value"],[4153,"serde_json::map"],[4154,"prost_types::protobuf"],[4155,"core::pin"],[4156,"socket2::socket"],[4157,"eyre"],[4158,"std::thread"],[4159,"core::cmp"],[4160,"core::hash"],[4161,"core::convert"],[4162,"std::io::error"],[4163,"tokio::sync::mpsc::bounded"],[4164,"async_channel"],[4165,"tokio::sync::oneshot"],[4166,"core::default"],[4167,"serde::ser"],[4168,"std::io"],[4169,"core::net::ip_addr"],[4170,"dashmap::mapref::one"],[4171,"dashmap::iter"],[4172,"core::ops::function"],[4173,"core::convert"],[4174,"clap_builder::builder::possible_value"],[4175,"quilkin_proto::generated::envoy::config::listener::v3"],[4176,"core::ops::function"],[4177,"tokio::runtime::task::join"],[4178,"kube_client::client"],[4179,"eyre"],[4180,"alloc::collections::btree::map"],[4181,"kube_core::discovery"],[4182,"k8s_openapi::v1_29::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition"],[4183,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::time"],[4184,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::managed_fields_entry"],[4185,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::object_meta"],[4186,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::owner_reference"],[4187,"std::path"],[4188,"arc_swap::access"],[4189,"core::ops::function"],[4190,"schemars::schema"],[4191,"prost_types::protobuf"],[4192,"prost::error"],[4193,"schemars"],[4194,"core::marker"],[4195,"quilkin_proto::generated::quilkin::filters::capture::v1alpha1"],[4196,"std::io::error"],[4197,"quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress"],[4198,"quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate"],[4199,"quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1"],[4200,"quilkin_proto::generated::quilkin::filters::debug::v1alpha1"],[4201,"quilkin_proto::generated::quilkin::filters::drop::v1alpha1"],[4202,"quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall"],[4203,"quilkin_proto::generated::quilkin::filters::firewall::v1alpha1"],[4204,"quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1"],[4205,"quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer"],[4206,"quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1"],[4207,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1"],[4208,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match"],[4209,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match"],[4210,"quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1"],[4211,"quilkin_proto::generated::quilkin::filters::token_router::v1alpha1"],[4212,"tokio_stream::wrappers::tcp_listener"],[4213,"io_uring::types"],[4214,"tokio::net::addr"],[4215,"core::hash"],[4216,"dashmap"],[4217,"dashmap::mapref::one"],[4218,"std::hash::random"],[4219,"std::collections::hash::map"],[4220,"bytes::buf::buf_mut"],[4221,"prost::encoding"],[4222,"prost::encoding"],[4223,"core::net::ip_addr"],[4224,"quilkin_proto::generated::envoy::config::endpoint::v3"],[4225,"quilkin_proto::generated::envoy::config::core::v3"],[4226,"quilkin_proto::generated::envoy::config::core::v3"],[4227,"lasso::keys"],[4228,"core::ops::range"]],"d":["In a benching environment, some or all shutdown behavior …","The Command-Line Interface for Quilkin.","Configuration for a component","Contains the error value","Normal shutdown kind, the receiver should perform proper …","Contains the success value","Run Quilkin as a UDP reverse proxy.","","","Receiver for a shutdown event.","","In a testing environment, some or all shutdown behavior …","","","","Macro that can get the function name of the function the …","The port to bind for the admin server","","","","","","","","","","","","","","","","","","","","","","","","Implementations and utility methods for various codecs …","","","","","Quilkin configuration.","The path to the configuration file for the Quilkin …","","","","","","","Filters for processing packets.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","The interval in seconds at which the relay will send a …","Includes generated Protobuf definitions from tonic.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","One or more quilkin manage endpoints to listen to for …","The remote URL or local file path to retrieve the Maxmind …","","Whether to spawn the admin server or not.","","","The port to listen on.","The port to listen on.","Whether Quilkin will report any results to stdout/stderr.","","","","Creates a temporary file with the specified prefix in a …","","One or more socket addresses to forward packets to.","","","","Assigns dynamic tokens to each address in the --to argument","","","","","","","","","","","","","","","","","","","","","","Number of worker threads used to process packets. If not …","","","","","","The Command-Line Interface for Quilkin.","The various Quilkin commands.","","","","The various log format options","","","","","","","","","","","","","The port to bind for the admin server","","","","","","","","","","","","","The path to the configuration file for the Quilkin …","","Drives the main quilkin application lifecycle using the …","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","Whether to spawn the admin server or not.","","","Whether Quilkin will report any results to stdout/stderr.","","","","","","","","","","","","","","","","Runs Quilkin as a relay service that runs a Manager …","","","","If specified, filters the available gameserver addresses …","","","","","","","","","","Returns the argument unchanged.","","","","","The ICAO code for the agent.","Calls U::from(self).","","If specified, additionally filters the gameserver address …","The configuration source for a management server.","Port for QCMP service.","The region to set in the cluster map for any provider …","One or more quilkin relay endpoints to push configuration …","","The sub_zone in the zone in the region to set in the …","","","","","","","","The zone in the region to set in the cluster map for any …","Generates JSON schema files for known filters.","","","","","","","","A list of one or more filter IDs to generate or ‘all’ …","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","The directory to write configuration files.","","","","","","","","Runs Quilkin as a xDS management server, using provider as …","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","The TCP port to listen to, to serve discovery responses.","The configuration source for a management server.","The region to set in the cluster map for any provider …","One or more quilkin relay endpoints to push configuration …","","The sub_zone in the zone in the region to set in the …","","","","","","","","The zone in the region to set in the cluster map for any …","","Run Quilkin as a UDP reverse proxy.","","","The interval in seconds at which the relay will send a …","One or more quilkin manage endpoints to listen to for …","The remote URL or local file path to retrieve the Maxmind …","The port to listen on.","The port to listen on.","Start and run a proxy.","One or more socket addresses to forward packets to.","Assigns dynamic tokens to each address in the --to argument","Number of worker threads used to process packets. If not …","Pings a endpoint for a amount of attempts, printing the …","","","","","The number of pings to send to the endpoint (default: 5).","","","","","","","","","","","","","The quilkin endpoint to ping","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Runs Quilkin as a relay service that runs a Manager …","","","","","","","","","","Returns the argument unchanged.","","","","","The interval in seconds at which the relay will send a …","Calls U::from(self).","","Port for mDS service.","","","","","","","","","","Port for xDS management_server service","","Extensions to prost and related crates.","Logic for parsing and generating Quilkin Control Message …","","","","","","","","","The maximum length of a QCMP packet, including 2 …","The minimum length of a QCMP packet","The initation of a ping command to send to a Quilkin proxy …","The reply from a Quilkin proxy from a Self::Ping command. …","The set of possible QCMP commands.","A measurement implementation using QCMP pings for …","","","","","","","","","","","","","","","","","","","If the command is Protocol::PingReply, with …","Encodes the protocol command into a buffer of bytes for …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","Returns the packet’s nonce.","Parses the provided input, and attempts to parse it as a …","Creates a Self::Ping with a random nonce, should be sent …","Creates a Self::PingReply from the client and server start …","Creates a Self::Ping with a user-specified nonce, should …","If the command is Protocol::PingReply, with …","","","","","","","","","","","","","","","","","","","","","The timestamp from when the client sent the packet.","The timestamp from when the client sent the ping packet.","The client’s nonce.","The client’s nonce.","The timestamp from when the server received the ping …","The timestamp from when the server sent the reply.","Args common across all components","","","","","Config","Returns the argument unchanged.","Calls U::from(self).","","","","The ready check and idle duration","","Channel used to indicate graceful shutdown requests","","","","","The runtime mode of Quilkin, which contains various …","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","The location of an Endpoint.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","If true, only care about the provider being healthy, not …","","","","","","","","","","","","","","","","","","","The location of an Endpoint.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This occurs if a receive task has accumulated so many …","","","","","","","","","","","","","A data structure that is responsible for holding sessions, …","","","","","","","","","","","","","","","","","","","","The number of tokens to assign to each to address","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns a reference to an existing session mapped to key, …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","The size of each token","","","Constructs a new session pool, it’s created with an Arc …","","","","","","","Sends packet data to the appropiate session based on its …","Returns a map of active sessions.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents the required arguments to run a worker task that","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","Spawns a background task that sits in a loop, receiving …","","","","Socket with reused port from which the worker receives …","","ID of the worker.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Configuration for a component","The configuration of a Filter from either a static or …","","","","Dynamic configuration from Protobuf.","","Filter is the configuration for a single filter","","","","","","","","A mutable memory location with atomic storage rules.","Static configuration from YAML.","","Validation failure for a Config","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Gets the datacenters, panicking if this is an agent config","","","","","","","Given a list of subscriptions and the current state of the …","","Deserializes takes two type arguments Static and Dynamic …","","","","","","","","","Creates a new empty slot.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Attempts to deserialize input as a YAML object …","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns whether any data is present in the slot.","","","","","","","","","","","","","Provides a reference to the underlying data.","","Provides a view into a mutable reference of the current …","","","Creates a new slot for value.","","","","Removes any data from the slot.","","","","","","","","","","","","","","","","","","","","","","","","Replaces the data in the slot with value.","Replaces the data if the slot is empty.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Replaces the current data in the slot with value’s data, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a watcher to to the slot. The watcher will fire …","Creates a new slot containing the default instance of T.","","","","","Watches Agones’ game server CRDs for Allocated game …","Watches for changes to the file located at path.","The available xDS source providers.","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","The namespace under which the configmap is stored.","The namespace under which the game servers run.","The path to the source config.","","","","The GameServer has been allocated to a session","The Pod for the GameServer is being created.","Output all messages including debug messages.","prioritise allocating GameServers on Nodes with the least …","","The system will choose an open port for the GameServer in …","Something has gone wrong with the Gameserver and it cannot …","Only output error messages.","","","FleetSpec is the spec for a Fleet. More info: …","FleetSpec is the spec for a Fleet. More info: …","FleetStatus is the status of a Fleet. More info: …","","","","Auto-generated derived type for GameServerSpec via …","Defines a set of Ports that are to be exposed via the …","","","The status for a GameServer resource.","The port that was allocated to a GameServer.","GameServer is the data structure for a GameServer resource.","","Output all messages except for debug messages.","","","Prioritise allocating GameServers on Nodes with the most …","","Dynamically sets the container port to the same value as …","A dynamically allocating GameServer is being created, an …","","","The GameServer is ready to take connections from game …","","The GameServer has declared that it is ready","The GameServer is reserved and therefore can be allocated …","","We have determined that the Pod has been scheduled in the …","the strategy that a Fleet & GameServers will use when …","Parameters for the Agones SDK Server sidecar container","","The GameServer has shutdown and everything needs to be …","The Pods for the GameServer are being created but are not …","The user defines the host port to be used in the …","","","","The GameServer has failed its health checks","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Container specifies which Pod container is the game …","The name of the container on which to open the port. …","The port that is being opened on the specified container’…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","GRPCPort is the port on which the SDK Server binds the …","Configures health checking","The port exposed on the host for clients to connect to","HTTPPort is the port on which the SDK Server binds the …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","LogLevel for SDK server (sidecar) logs. Defaults to “Info…","","","","","","","","","","","","","","","","Name is the descriptive name of the port","","","","","","","","","","","Spec based constructor for derived custom resource","","","","","","","","","","","PortPolicy defines the policy for how the HostPort is …","Ports are the array of ports that can be exposed via the …","","Protocol is the network protocol being used. Defaults to …","","","","","","","","","","","Scheduling strategy. Defaults to “Packed”","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Specifies parameters for the Agones SDK Server sidecar …","","","","","","","","","","","","","","","","","","","","","","","","","","","GameServerSpec is the spec for a GameServer resource. More …","","","The current state of a GameServer.","","","","","","Describes the Pod that will be created for the GameServer.","GameServer is the data structure for a GameServer resource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The binary configuration of the filter. Must be prost …","","Filter for compressing and decompressing packet data","","The Concatenate filter’s job is to add a byte packet to …","The human-readable configuration of the filter. Must be …","","An error representing failure to convert a filter’s …","Arguments needed to create a new filter.","An error that occurred when attempting to create a Filter …","","Debug logs all incoming and outgoing packets","","Always drops a packet, mostly useful in combination with …","","An owned pointer to a dynamic FilterFactory instance.","","Trait for routing and manipulating packets.","A chain of Filters to be executed in order.","All possible errors that can be returned from Filter …","Provides the name and creation function for a given Filter.","The value returned by FilterFactory::create_filter.","A map of FilterFactory::names to DynFilterFactory values.","Registry of all Filters that can be applied in the system.","A set of filters to be registered with a FilterRegistry.","Filter for allowing/blocking traffic by IP and port.","","","","","Balances packets over the upstream endpoints.","A filter that implements rate limiting on packets based on …","","","","","The globally unique name of the filter.","","","Allows a packet to pass through, mostly useful in …","","The input arguments to Filter::read.","Statically safe version of Filter, if you’re writing a …","A filter that reads a metadata value as a timestamp to be …","Filter that only allows packets to be passed to Endpoints …","","The input arguments to Filter::write.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Configuration for the filter.","Returns the schema for the configuration of the Filter.","Contents of the received packet.","Contents of the received packet.","Returns a filter based on the provided arguments.","","","","","Returns a FilterSet with the filters provided through …","","The destination of the received packet.","The upstream endpoints that the packet will be forwarded …","","","Creates a new instance of CreateFilterArgs using a dynamic …","Converts YAML configuration into its Protobuf equivalvent.","Converts YAML configuration into its Protobuf equivalvent.","The upstream endpoints that the packet will be forwarded …","Convenience method for providing a consistent error …","","","","","","","","","","","","","","","","","","","","Creates a new dynamic FilterFactory virtual table.","","","Creates a new instance of CreateFilterArgs using a fixed …","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Instantiates a new StaticFilter from the given …","","","","","","Creates and returns a new dynamic instance of Filter for a …","Returns a DynFilterFactory if one matches id, otherwise …","Returns a DynFilterFactory for a given key. Returning None …","","","Inserts factory for the specified FilterFactory, returning …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a by reference iterator over the set of filters.","","","","","","","Arbitrary values that can be passed from one filter to …","Arbitrary values that can be passed from one filter to …","","","name returns the configuration name for the Filter The …","Create a new instance of CreateFilterArgs.","Creates a new ReadContext.","Creates a new WriteContext","","","Constructs a FilterInstance.","","Prelude containing all types and traits required to …","","","","","","","","","","","","","","Filter::read is invoked when the proxy receives data from a","Loads the provided FilterSet into the registry of …","Returns the ConfigType from the provided Option, otherwise …","Returns the ConfigType from the provided Option, otherwise …","","","The source of the received packet.","The source of the received packet.","","","","","","","","","","Validates the filter configurations in the provided config …","Validates the filter configurations in the provided config …","","","","","","","","","","","","","","","","","","","","","","","","Instantiates a new StaticFilter from the given …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new FilterSet with the set of filter_factories …","","","","","","","","","","Filter::write is invoked when the proxy is about to send …","","","","","The default key under which the Capture filter puts the …","","Trait to implement different strategies for capturing …","","Capture from the start of the packet.","Looks for the set of bytes at the beginning of the packet","Capture from the start of the packet.","Look for the set of bytes at the end of the packet","Strategy to apply for acquiring a set of bytes in the UDP …","Capture from the end of the packet.","Look for the set of bytes at the end of the packet","","","","","","","","","","","Capture packet data from the contents, and optionally …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","The key to use when storing the captured value in the …","The regular expression to use for capture.","Whether captured bytes are removed from the original …","The number of bytes to capture.","","","","","","","","","","","","","","","","The number of bytes to capture.","Whether captured bytes are removed from the original …","The capture strategy.","","","","","","","","","","","","","","","","","","","","","","","Whether to do nothing, compress or decompress the packet.","Filter for compressing and decompressing packet data","","","A trait that provides a compression and decompression …","","","","","","","The library to use when compressing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Concatenate filter’s job is to add a byte packet to …","Config represents a Concatenate filter configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","Whether or not to append or prepend or do nothing on …","Whether or not to append or prepend or do nothing on …","","","","","","","","","","","","","","","A Debug filter’s configuration.","Debug logs all incoming and outgoing packets","","","","","","Returns the argument unchanged.","Identifier that will be optionally included with each log …","Calls U::from(self).","","","","","","","","","","","pass filter’s configuration.","Always drops a packet, mostly useful in combination with …","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Whether or not a matching Rule should Allow or Deny access","Matching rules will allow packets through.","Represents how a Firewall filter is configured for read …","Matching rules will block packets.","Filter for allowing/blocking traffic by IP and port.","","Range of matching ports that are configured against a Rule.","Invalid min and max values for a PortRange.","Combination of CIDR range, port range and action to take.","","","","","","","","","","","","","","","","","","","","","","","","Returns true if any address matches the provided CIDR …","Returns true if the range contain the given port.","","","","Port ranges can be specified in yaml as either “10” as …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","Creates a new PortRange, where min is inclusive, max is …","","","","","","","","","","","","","","","Serialise the PortRange into a single digit if min and max …","ipv4 or ipv6 CIDR address.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The configuration for load_balancer.","Send packets to endpoints based on hash of source IP and …","Balances packets over the upstream endpoints.","Policy represents how a load_balancer distributes packets …","Send packets to endpoints chosen at random.","Send packets to endpoints in turns.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Config represents a self’s configuration.","A filter that implements rate limiting on packets based on …","SESSION_TIMEOUT_SECONDS is the default session timeout.","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","The maximum number of packets allowed to be forwarded by …","The duration in seconds during which max_packets applies. …","","","","","","","","","A specific match branch. The filter is run when value …","Configuration for Match.","Configuration for a specific direction.","The behaviour when the none of branches match. Defaults to …","","","","","","","","","","List of filters to compare and potentially run if any …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The behaviour for when none of the branches match.","The filter to run on successful matches.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","The key for the metadata to compare against.","Configuration for Filter::read.","Configuration for Filter::write.","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value to compare against the dynamic metadata.","","","","","pass filter’s configuration.","Allows a packet to pass through, mostly useful in …","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Config represents a self’s configuration.","A filter that reads a metadata value as a timestamp to be …","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","The metadata key to read the UTC UNIX Timestamp from.","","Observes the duration since a timestamp stored in metadata …","","","","","","","","","","","","","","Filter that only allows packets to be passed to Endpoints …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","the key to use when retrieving the token from the Filter’…","","","","Non-async version of Filter::read, as this filter does no …","","","","","","","","","","","","","The same as DualStackSocket but uses epoll instead of …","An ipv6 socket that can accept and send data from either a …","","","","TCP listener for a GRPC service, always binds to the local …","Binds a TCP listener, if None is passed, binds to an …","","","","","","","","","","Types representing where the data is the sent.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Retrieves the local address the listener is bound to","","","","","","","","","Phoenix Network Coordinate System","Retrieves the port the listener is bound to","","","","","","","","","","","","","","","","","","","","Represents a full snapshot of all clusters.","","","","","","","","","","","","","","","","","","","","","","","Creates a map of tokens -> address for the current set","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Creates a new endpoint set, calculating a unique version …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bumps the version, calculating a hash for the entire …","","","Unique version for this endpoint set","","","","","","Creates a new endpoint set with the provided version hash, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of config, or the default value if config…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Nested message and enum types in Host.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","Returns the value of label, or the default value if label …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","Returns the encoded length of the message without a length …","","","Returns the argument unchanged.","","Calls U::from(self).","","Decodes an instance of the message from a buffer, and …","","","","","","The kind of address, such as Domain Name or IP address. …","","A destination endpoint with any associated metadata.","A valid socket address. This differs from …","","","","","","The location of an Endpoint.","Metadata specific to endpoints.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","A valid name or IP address that resolves to a address.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Known Quilkin metadata.","","","Creates a new Endpoint with no metadata.","","","","","Returns the port for the endpoint address, or 0 if no port …","The port of the socket address, if present.","","","","","","","","","","","","","","Returns the socket address for the endpoint, resolving any …","","","","","","","","","","","","","","","","","","","","","","","","","","User created metadata.","","","","","","Creates a new Endpoint with the specified metadata.","","","","","Shared state between Filters during processing for a …","","A key in the metadata table.","","","Represents a view into the metadata object attached to …","","Reference to a metadata value.","","","A literal value or a reference to a value in a metadata …","","","","","","","Returns the inner String value of self if it matches …","","Returns the inner String value of self if it matches …","","Returns the inner String value of self if it matches …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Known Quilkin metadata.","","","","","","","","Resolves a symbol into a Value, using ctx for any …","Tries to Self::resolve the symbol to a bytes::Bytes, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","User created metadata.","","","","","","","","The network coordinates of a node in the phoenix system.","","","An implementation of measuring the network difference …","A Phoenix instance maintains a virtual coordinate space …","","","","","","","The amount of time the check will change by depending on …","Starts the background update task to continously sample …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","The range at which continually update the nodes …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","Gets the difference between this node and address, …","Constructs a new Phoenix builder.","","","","","The threshold at which the path to a node is consider …","Sets the percentage of nodes to regularly measure at …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a buffer filled with the specified data, only used …","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","Splits a prefix of the specified length from the buffer …","Splits a suffix of the specified length from the buffer …","","","","","","","","","","","","","","","","A UTC timestamp","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Gets the current Unix timestamp","Gets the current Unix timestamp in nanoseconds.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","",""],"i":[15,0,0,45,15,45,0,0,0,0,0,15,14,3,15,0,22,0,3,3,14,22,14,22,14,22,3,15,14,22,3,15,0,14,3,15,14,3,15,3,0,22,22,22,0,0,22,3,14,15,3,3,15,0,3,14,22,3,15,14,22,3,15,14,22,14,22,14,3,15,0,14,22,3,3,14,0,3,14,22,3,15,14,22,3,15,3,22,0,14,14,0,22,3,0,14,14,22,3,3,3,0,0,14,14,3,15,14,14,22,3,15,14,22,3,15,14,22,3,15,14,22,14,22,3,14,22,3,15,14,0,0,0,43,42,0,0,0,43,42,0,0,43,42,42,0,43,0,43,0,43,42,43,22,0,43,43,42,43,42,43,42,43,42,43,22,22,42,22,42,42,42,42,42,42,42,42,43,42,43,43,43,42,43,42,0,43,42,43,42,43,22,0,22,0,0,22,0,42,43,42,42,42,43,42,43,42,43,43,43,42,43,0,0,0,47,47,47,47,47,47,47,47,47,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,0,0,0,52,52,52,52,52,52,52,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,0,0,0,0,14,14,14,14,14,14,14,14,14,0,54,0,54,55,55,55,55,54,54,54,55,54,55,54,55,54,55,55,54,55,54,55,54,55,54,55,54,55,55,54,54,55,54,55,55,54,55,54,55,54,55,54,55,54,55,54,55,54,55,0,0,0,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,0,0,0,0,0,0,0,0,0,71,71,0,0,67,67,0,0,0,71,66,67,68,66,67,71,68,66,67,71,66,67,66,67,68,68,67,67,66,67,71,71,68,66,67,71,66,67,68,66,67,71,68,66,67,71,66,66,67,67,67,67,67,67,0,66,67,71,68,66,67,71,68,66,67,71,68,66,67,71,68,66,67,71,338,339,338,339,339,339,0,0,0,80,80,80,80,80,80,0,0,80,0,80,80,80,80,80,0,76,76,0,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,0,0,0,0,50,79,79,50,79,50,50,50,50,50,79,50,50,79,79,50,79,50,50,50,79,79,50,79,50,79,79,50,79,50,79,50,79,50,79,50,0,0,0,0,0,81,81,86,81,86,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,86,81,81,81,81,86,81,86,81,81,86,86,81,81,86,81,86,86,81,81,81,81,81,81,81,86,81,86,81,86,81,86,81,81,88,88,88,0,88,88,88,0,0,0,0,0,88,0,0,53,91,89,91,340,341,87,88,53,89,91,340,341,87,88,53,53,53,341,91,340,87,53,91,88,89,88,88,88,88,88,88,88,88,53,89,91,340,341,87,88,88,53,53,89,88,53,89,91,340,341,87,88,53,89,91,340,341,87,88,53,53,341,87,87,89,87,87,0,87,87,87,89,89,87,340,87,53,88,87,89,91,340,341,87,88,53,89,91,340,341,87,88,53,89,91,340,341,87,88,53,89,91,340,341,87,88,53,53,0,96,96,96,96,96,96,96,96,96,96,96,0,96,96,96,96,96,96,0,0,57,100,57,100,57,57,57,57,57,100,57,57,57,100,57,100,57,57,100,100,57,100,57,100,57,100,57,100,57,100,57,100,0,0,105,111,0,0,0,0,0,0,102,120,0,120,0,111,111,105,120,0,0,102,108,0,120,0,0,102,103,105,106,107,101,108,109,110,111,3,3,101,102,120,103,342,105,106,107,101,108,109,110,111,102,120,103,342,105,106,107,101,108,109,110,111,102,103,105,106,107,101,108,109,110,111,102,103,105,106,107,101,108,109,110,111,3,109,3,3,103,106,101,108,3,3,3,102,102,103,342,105,106,107,101,108,109,103,102,103,106,107,101,108,109,101,101,101,101,101,108,108,108,108,108,109,109,109,109,109,3,102,120,120,103,105,106,107,101,101,108,109,110,111,102,102,120,120,103,103,103,103,342,105,106,107,101,108,109,109,110,111,3,102,103,105,106,107,101,108,109,110,111,101,106,106,101,107,3,106,102,120,103,342,105,106,107,101,108,109,110,111,102,120,103,342,105,106,107,101,108,109,110,111,106,103,106,101,103,106,102,103,105,106,107,101,108,109,110,109,106,103,106,103,109,110,103,0,107,103,103,102,105,107,108,109,102,103,105,106,107,101,108,109,102,103,342,105,106,107,101,108,109,120,103,103,102,103,105,106,107,101,108,109,110,111,111,120,101,102,120,103,342,105,106,107,101,108,109,109,109,110,111,102,120,103,342,105,106,107,101,108,109,110,111,103,102,120,103,342,105,106,107,101,108,109,110,111,111,106,3,102,120,103,342,105,106,107,101,108,109,110,111,0,103,103,103,343,344,344,142,142,0,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,0,142,142,142,142,142,142,142,142,142,345,345,346,0,0,0,156,156,159,161,166,160,156,159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,160,161,166,160,156,0,0,156,169,156,156,169,156,0,0,0,156,156,160,162,162,162,156,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,155,155,171,150,163,150,163,150,163,150,163,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,152,154,154,150,163,150,163,150,163,152,153,158,159,160,162,165,170,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,150,163,150,163,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,150,163,163,158,152,154,158,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,150,163,163,150,163,150,163,158,150,163,150,163,168,168,150,163,150,163,150,163,170,150,163,154,157,150,163,150,163,150,150,163,163,150,163,155,150,163,150,163,150,150,163,163,157,154,152,155,154,171,165,171,171,155,150,150,163,163,167,152,165,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,152,150,152,153,154,155,156,157,158,159,160,161,162,163,165,166,167,168,169,170,171,150,163,150,163,150,163,170,150,163,155,163,150,163,163,165,152,165,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,167,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,150,150,163,163,150,150,163,163,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,0,0,128,0,0,0,112,128,0,0,178,180,112,128,178,180,112,128,112,128,112,128,112,112,178,180,112,178,180,112,178,180,112,128,112,128,0,179,178,180,112,128,178,180,112,128,112,112,178,178,180,180,179,112,112,112,112,112,112,128,178,180,112,128,178,180,112,128,178,180,112,128,178,180,112,128,112,112,0,206,0,0,194,0,206,114,0,0,0,194,0,114,0,194,0,114,0,0,0,0,0,0,0,0,0,194,114,114,194,0,0,0,194,114,114,206,194,114,0,194,0,0,0,0,194,0,185,123,186,187,206,206,190,132,141,213,214,215,216,217,218,219,220,221,185,194,114,196,123,197,186,198,187,191,190,132,141,213,214,215,216,217,218,219,220,221,185,194,114,196,123,197,186,198,187,191,0,185,123,186,187,185,123,186,187,0,0,123,190,188,132,141,188,0,185,186,191,186,185,141,132,194,0,190,188,188,132,206,185,194,114,196,194,194,194,194,194,114,114,114,114,114,196,196,196,196,196,206,123,0,190,185,194,194,114,114,196,196,197,198,187,190,132,199,141,213,214,215,216,217,218,219,220,221,185,194,194,114,114,114,114,114,114,114,114,196,123,197,186,186,198,187,191,206,186,185,123,186,187,197,186,197,194,185,186,190,132,141,213,214,215,216,217,218,219,220,221,185,194,114,196,123,197,186,198,187,191,186,190,132,141,213,214,215,216,217,218,219,220,221,185,194,114,196,123,197,186,198,187,191,185,185,185,186,185,123,185,0,0,0,132,141,0,196,188,190,132,141,185,196,123,0,0,213,214,215,216,217,218,219,220,221,185,198,187,191,133,197,188,188,185,185,132,141,0,185,123,186,187,194,114,196,0,185,185,190,132,141,213,214,215,216,217,218,219,220,221,185,194,114,196,123,197,186,198,187,187,191,206,213,214,215,216,217,218,219,220,221,198,187,191,190,132,141,213,214,215,216,217,218,219,220,221,185,194,114,196,123,197,186,198,187,191,190,132,141,213,214,215,216,217,218,219,220,221,185,194,114,196,123,197,186,198,187,191,190,132,141,213,214,215,216,217,218,219,220,221,185,194,114,196,123,197,186,198,187,191,186,214,215,216,217,220,221,185,198,187,133,347,347,348,348,0,0,0,0,0,230,0,230,0,0,230,227,228,230,231,229,227,228,230,231,229,225,227,228,229,227,228,230,231,229,227,228,230,231,229,227,227,227,227,227,228,228,228,228,228,227,228,230,231,229,227,228,230,230,230,230,231,229,227,228,230,231,229,230,227,228,230,231,229,227,228,230,231,229,231,229,227,228,227,228,230,231,229,227,228,230,231,229,227,228,230,231,229,227,228,231,227,228,230,230,231,231,229,227,228,230,231,229,227,228,230,231,229,227,228,230,231,229,0,0,235,0,0,0,235,0,235,238,234,0,237,238,234,237,234,235,236,237,238,240,234,235,236,237,238,240,234,235,236,237,234,235,236,237,234,235,236,237,238,234,235,236,234,235,236,238,240,234,235,236,237,234,234,234,234,234,235,235,235,235,235,236,236,236,236,236,240,240,234,235,236,237,238,238,240,234,234,235,235,236,236,237,234,235,236,237,240,238,240,234,235,236,237,238,240,234,235,236,237,234,235,236,236,236,236,234,235,236,234,235,236,234,235,236,234,235,236,237,240,238,240,234,235,236,237,238,240,234,235,236,237,238,240,234,235,236,237,238,240,234,235,236,237,244,0,0,244,244,0,244,245,244,245,245,244,244,245,244,245,244,244,244,244,244,245,245,245,245,245,244,245,244,244,245,245,244,245,244,245,244,245,215,245,245,244,245,244,245,244,245,244,245,244,245,244,245,244,245,0,0,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,0,0,0,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,0,253,0,253,0,256,0,0,0,252,253,254,255,254,252,253,254,256,255,252,253,254,256,255,252,253,254,255,252,253,254,255,254,255,252,253,254,255,252,253,254,255,252,252,252,252,252,253,253,253,253,253,254,254,254,254,254,255,255,255,255,255,252,253,254,256,256,255,252,253,253,254,256,255,252,253,254,255,252,253,254,256,255,252,253,254,256,255,252,253,254,255,255,252,252,254,252,253,254,255,252,253,254,255,252,253,254,255,254,252,253,254,255,256,252,252,253,254,256,255,252,253,254,256,255,252,253,254,256,255,252,253,254,256,255,349,349,0,259,0,0,259,259,259,260,259,260,259,259,260,259,260,259,260,260,260,260,260,259,259,259,259,259,260,259,260,260,259,259,260,259,260,259,260,259,260,260,259,260,259,260,259,260,259,260,259,260,259,260,259,0,0,0,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,0,0,0,0,0,266,267,268,265,266,267,268,265,267,265,266,267,268,265,266,267,268,265,266,266,266,266,266,267,267,267,267,267,268,268,268,268,268,265,265,265,265,265,267,268,266,267,268,265,266,267,268,265,266,267,268,265,266,267,268,265,265,266,267,268,265,267,266,266,266,267,268,265,266,267,268,265,266,267,268,265,266,266,267,267,268,268,265,266,267,268,265,266,267,268,265,268,266,267,268,265,0,0,272,272,272,272,272,272,272,272,272,272,272,272,272,272,272,272,0,0,0,0,0,0,0,0,0,0,0,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,187,224,224,224,224,224,224,224,224,224,0,277,277,0,0,277,276,277,276,276,276,277,277,276,277,277,277,277,277,276,276,276,276,276,277,277,276,277,276,277,277,276,277,276,276,276,276,276,276,191,277,277,276,276,277,276,277,276,277,276,350,0,0,0,0,0,0,0,279,280,281,279,280,281,279,280,281,0,0,281,279,280,281,280,279,280,281,279,280,281,279,279,281,280,281,280,281,280,280,281,0,279,280,0,0,281,281,0,279,280,281,279,280,281,279,280,281,279,280,281,0,0,0,0,0,0,0,209,286,290,288,209,209,209,209,291,286,290,288,209,291,286,290,288,288,209,286,290,288,209,286,290,288,288,209,209,291,209,288,209,290,290,290,290,290,290,209,209,290,290,288,209,209,209,291,286,290,288,290,209,286,290,288,290,209,209,209,209,209,209,209,209,209,291,286,290,288,209,291,286,290,288,209,288,209,209,209,209,288,209,209,286,288,209,209,209,290,0,209,209,209,209,288,209,209,209,286,290,288,290,288,209,291,286,290,288,209,291,286,290,288,209,291,286,290,288,288,209,209,288,209,291,286,290,288,288,0,0,0,0,0,0,0,0,0,298,299,83,300,301,302,303,136,304,298,299,83,300,301,302,303,136,304,298,299,83,300,301,302,303,136,304,298,299,83,300,301,302,303,136,304,298,299,83,300,301,302,303,136,304,298,299,83,300,301,302,303,136,304,298,136,136,298,299,83,300,301,302,303,136,304,298,299,83,300,301,302,303,136,304,299,298,299,83,300,301,302,303,136,304,304,300,298,299,83,300,301,302,303,136,304,298,299,83,83,300,301,302,302,302,303,136,304,298,299,83,300,301,302,303,136,304,0,302,303,302,303,301,298,299,83,300,301,302,303,136,304,298,299,83,300,301,302,303,136,304,136,136,299,302,136,302,303,83,300,83,298,299,83,300,301,302,303,136,304,298,299,83,300,301,302,303,136,304,304,298,299,83,300,301,302,303,136,304,298,299,83,300,301,302,303,136,304,298,299,83,300,301,302,303,136,304,83,0,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,0,0,0,0,0,313,313,311,210,0,0,0,313,311,0,210,210,311,174,312,313,174,210,311,174,312,313,210,311,174,312,313,210,311,174,312,313,210,311,174,312,313,210,311,174,210,311,174,174,312,210,311,174,312,210,311,174,174,312,210,210,210,210,210,311,311,311,311,311,174,174,174,174,174,312,312,312,312,312,210,210,311,311,174,312,313,313,210,210,210,210,210,210,210,210,311,174,174,312,313,174,210,311,174,312,313,210,311,174,210,311,174,210,210,311,174,312,313,174,210,311,174,312,313,174,312,321,0,174,174,210,311,174,312,210,210,174,312,174,312,210,311,174,312,210,311,174,312,313,210,210,311,313,312,210,210,210,210,210,311,174,174,312,312,313,210,311,174,312,313,210,311,174,312,313,321,210,311,174,312,313,174,351,351,226,226,0,0,0,226,323,0,226,0,323,226,0,0,325,323,324,226,326,226,323,226,323,226,325,323,324,226,326,325,323,324,226,326,325,323,324,226,326,325,323,324,226,326,325,323,324,226,325,323,324,226,326,325,323,324,226,326,325,323,324,226,326,325,325,325,325,325,323,323,323,323,323,324,324,324,324,324,226,226,226,226,226,326,326,326,326,326,325,325,323,324,324,226,226,326,325,325,325,325,323,323,323,324,226,226,226,226,226,226,226,226,226,326,326,325,325,323,324,226,326,325,325,325,323,324,226,326,325,323,324,226,326,324,325,323,324,226,326,324,326,325,324,326,325,323,324,226,323,323,325,323,324,226,326,325,323,324,226,326,325,323,324,226,326,325,323,324,226,326,325,324,226,325,323,324,226,226,326,326,325,323,324,226,326,325,323,324,226,326,326,325,323,324,226,326,326,0,0,0,0,0,0,70,328,331,328,328,328,330,328,330,70,328,332,331,330,70,328,332,331,330,328,70,328,331,70,328,331,70,328,328,332,331,330,70,70,328,332,331,70,328,331,328,70,330,330,70,328,332,331,330,70,328,332,331,329,330,328,328,70,0,330,330,70,328,331,70,70,330,70,328,332,331,330,70,328,332,331,330,70,328,332,331,330,70,328,332,331,0,0,0,95,94,94,94,211,211,94,211,95,94,211,95,211,95,95,94,211,95,211,211,211,94,211,211,94,211,95,95,94,211,95,94,211,95,211,95,211,95,94,211,211,211,95,211,94,211,95,94,211,95,94,211,95,94,211,95,0,0,69,74,69,74,69,74,69,74,69,74,74,74,74,74,74,74,74,74,74,69,69,74,69,74,69,74,69,74,69,74,74,69,74,69,69,74,69,74,69,74,69,74,69,69,69,74,0,337,336,0,337,336,0,337,336,0,0,336,337,336,337,336,336,336,337,336,336,336,337,336,337,336,336,337,337,337,336,337,336,337,336,337,337,336],"f":"````````````{{cb}d{}}00```{{fh}j}{{fh{n{l}}{Ab{A`}}{Af{Ad}}}{{Ah{d}}}}{AjAj}000{ce{}{}}0000000`{AlAl}{ff}{AnAn}{{ce}d{}{}}00``{{}Aj}`0````{{}Al}{{}An}{{fB`}{{Ah{Bb}}}}{c{{Bd{f}}}Bf}{{AnAn}j}``{{AlBh}Bj}{{BlBh}Bj}{{fBh}Bj}{{AnBh}Bj}{cc{}}000{Bn{{Bd{AlC`}}}}{Bn{{Bd{BlC`}}}}10222`{{}{{Af{Cb}}}}0`{fA`}``{f{{`{{Ch{}{{Cd{{Cf{h{n{A`}}}}}}}}}}}}{ce{}{}}000{c{{Cj{e}}}{}{}}000{ClCn}`{An{{Cf{D`Db}}}}````{{f{Dd{f}}}{{`{{Dh{}{{Df{d}}}}Dj}}}}````{{}{{Dl{h}}}}{{}A`}{{fc}BdDn}```777`{c{{Bd{e}}}{}{}}0000000{cE`{}}000{{AlBn}{{Bd{dC`}}}}{{BlBn}{{Bd{dC`}}}}10`;;;;``{{EbDb}d}```````````````````{{cb}d{}}0``{AjAj}0>>>>{EdEd}{EfEf}{{ce}d{}{}}0``{{}Ed}{{Bl{Af{{Eh{d}}}}}{{Ej{d}}}}{{EdEd}j}{{ce}j{}{}}0000{{EdBh}Bj}{{EdBh}{{Bd{dEl}}}}{{EfBh}Bj}{cc{}}0{Bn{{Bd{EfC`}}}}011{h{{Bd{Edc}}}{}}`{hj}{ce{}{}}0{c{{Cj{e}}}{}{}}0```````11{cA`{}}{c{{Bd{e}}}{}{}}5000{cE`{}}0{{EfBn}{{Bd{dC`}}}}055```{{cb}d{}}`{AjAj}077{EnEn}{{ce}d{}{}}{{}En}{{}F`}{{EnBh}Bj}{cc{}}{Bn{{Bd{EnC`}}}}01{{}{{Af{Cb}}}}`?>`````{{En{Fb{f}}FdDb}{{Ej{d}}}}`{ce{}{}}>>={{EnBn}{{Bd{dC`}}}}01``<;;11{FfFf}:`{{FfBh}Bj}7{Bn{{Bd{FfC`}}}}08{Ff{{Ej{d}}}}75{c{{Cj{e}}}{}{}}`6{c{{Bd{e}}}{}{}}0{cE`{}}{{FfBn}{{Bd{dC`}}}}09```{{cb}d{}}{AjAj}0;;{FhFh}{{ce}d{}{}}{{}F`}{{FhBh}Bj}{cc{}}{Bn{{Bd{FhC`}}}}01{{}{{Af{Cb}}}}{ce{}{}}=````{{Fh{Fb{f}}FdDb}{{Ej{d}}}}`1==<{{FhBn}{{Bd{dC`}}}}02````7`````{{Al{Fb{f}}Fj{Af{{Eh{d}}}}Db}{{Ej{d}}}}``````<<`;;;;3333{FlFl}{FnFn};;`{{FlBh}Bj}{{FnBh}Bj}::{Bn{{Bd{FlC`}}}}{Bn{{Bd{FnC`}}}}10<<:{hj}::{c{{Cj{e}}}{}{}}0{Fn{{Ej{d}}}}<<{c{{Bd{e}}}{}{}}000{cE`{}}0{{FlBn}{{Bd{dC`}}}}{{FnBn}{{Bd{dC`}}}}10{ce{}{}}0```{{cb}d{}}{AjAj}022{G`G`}{{ce}d{}{}}{{}G`}{{G`Bh}Bj}{cc{}}{Bn{{Bd{G`C`}}}}01{{}{{Af{Cb}}}}`9?``{{G`{Fb{f}}GbDb}{{Ej{d}}}}:>>={{G`Bn}{{Bd{dC`}}}}0;````{c{{Bd{{n{Gd}}Gf}}}Gh}{GjGl}{Gn{{Af{{H`{A`Gj}}}}}}{GnGj}{HbGl}```````````??{ce{}{}}0000000{HdHd}{HfHf}??{{}Hh}{Hhc{}}{{HfHj}{{Af{Hl}}}}{{HfHh}{{Ab{Gd}}}}{{HdBh}Bj}{{HfBh}Bj}{{HnBh}Bj}0{cc{}}00000::::{c{{Cj{e}}}{}{}}000{{HdAd}{{Ib{{I`{Dh}}}}}}{{}{{Ej{Hd}}}}{HfGd}{{{Ab{Gd}}}{{Bd{{Af{Hf}}Hn}}}}{{}Hf}{{GdHjHj}Hf}{GdHf}{{HfHj}{{Af{Id}}}}{{IfDb}{{Ej{d}}}}{ce{}{}}0{cA`{}}{c{{Bd{e}}}{}{}}0000000{cE`{}}0003333`````````33`>3=`````1103``````{{cb}d{}}44{IhIh}{{ce}d{}{}}{{IhBh}Bj}{cc{}}0{IhEb}9{c{{Cj{e}}}{}{}}{{Ih{Fb{f}}{Af{Ad}}}{{Il{{Ij{d}}}}}};998;````7`;;;;{FdFd}6{{}Fd}{{FdBh}Bj}666`>>44`{Fdj}``````{{In{J`{Fd}}}{{Ej{d}}}}{ce{}{}}????>>00`````=0000{JbJb}<{{JbJb}Jd}{JbA`}{{ce}Jd{}{}}{{}Jb}{c{{Bd{Jb}}}Bf}{{JbJb}j}{{ce}j{}{}}0000{{JbBh}{{Bd{dEl}}}}0{JfJb}{cc{}}00{h{{Bd{Jb}}}}{{Jbc}dJh}=={c{{Cj{e}}}{}{}}0{{}j}{ClCn}``{{ceg}Jb{{Jj{h}}}{{Jj{h}}}{{Jj{h}}}}{{JbJb}{{Af{Jd}}}}`{Jbh}`{{Jl{J`{Fd}}}{{Ej{d}}}}{{}{{Dl{h}}}}{{}A`}{{Jbc}BdDn}{Jb{{Af{h}}}}{ce{}{}}{cA`{}}{c{{Bd{e}}}{}{}}000{cE`{}}033{cJb{{Jj{h}}}}5```````````````{{cb}d{}}`55555555555555{FjFj}{{ce}d{}{}}```{{}Jn}{{}Fj}`{K`h}{Kbd}{{K`K`}j}{{ce}j{}{}}0000{{K`Bh}Bj}0{{FjBh}Bj}{cc{}}0000{KdK`}111`{{K`c}dJh}`{ce{}{}}000000{c{{Cj{e}}}{}{}}000000{Fj{{Af{j}}}}```{{{Fb{f}}{Kj{Kf}}{Fb{Kl}}Db}{{Fb{Kb}}}}`````{{Jn{J`{Fj}}{Af{{Eh{d}}}}}{{Ej{d}}}}`{Kb{{`{``}}}}```5{cA`{}}`{c{{Bd{e}}}{}{}}0000000000000{cE`{}}0000008888888``88```;87``{{L`Db}{{Ij{{Lb{d}}}}}}{{{Fb{f}}IfLd{Fb{Kb}}{Lf{Kf}}{Fb{Kl}}Db}{{Ej{{n{{Lb{d}}}}}}}}332`:```{{cb}d{}};;;;{GbGb}{{ce}d{}{}}{{}Gb}{{GbBh}Bj}{cc{}}00`{ce{}{}}0{c{{Cj{e}}}{}{}}0{Gbj}```{{Lh{J`{Gb}}}{{Ej{d}}}}3====<<33````````````````````````````9999999999{{fh{n{l}}{Ab{A`}}{Af{Ad}}}{{Ej{d}}}}{fd}{Ljh}666666666666666666666666{LlLl}{{{Ln{c}}}{{Ln{c}}}M`}{MbMb}{MdMd}{MfMf}{LjLj}{MhMh}{MjMj}{MlMl}{MnMn}{{ce}d{}{}}000000000```{f{{N`{Md}}}}{{}{{Ln{c}}}Nb}{{}Md}{{}Lj}{{}Mh}{{}f}0{{fB`}{{Ej{Bb}}}}{c{{Bd{Ll}}}Bf}{{Llh}{{Bd{{Cf{Gje}}Nd}}}{GhNb}{NfNh{Nj{c}}}}{c{{Bd{{Ln{e}}}}}BfNh}{c{{Bd{e}}}Bf{{Nl{{n{Gd}}}}}}{c{{Bd{Mb}}}Bf}{c{{Bd{Md}}}Bf}{c{{Bd{Mf}}}Bf}{c{{Bd{Lj}}}Bf}{c{{Bd{Mh}}}Bf}{c{{Bd{Mj}}}Bf}{{}{{Ln{c}}}{}}{{LlLl}j}{{{Ln{c}}{Ln{c}}}jNn}{{MdMd}j}{{MfMf}j}{{LjLj}j}{{MhMh}j}{{MjMj}j}{{ce}j{}{}}00000000000000`{{LlBh}Bj}{{O`Bh}Bj}0{{{Ln{c}}Bh}BjOb}{{MbBh}Bj}{{MdBh}Bj}{{MfBh}Bj}{{LjBh}Bj}0{{MhBh}Bj}{{MjBh}Bj}{{MlBh}Bj}{{MnBh}Bj}{cc{}}{GjLl}1{NdO`}{{{Af{c}}}{{Ln{c}}}{}}{c{{Ln{c}}}{}}{Odc{}}55555555{{{Cf{A`Of}}}Mj}66{c{{Bd{fOh}}}Oj}7777777777{h{{Bd{Ljc}}}{}}{{MdOl}{{Af{{On{OlMf}}}}}}{{MdA`}j}{{Ljc}dJh}``{{MdOlMf}{{Af{Mf}}}}{ce{}{}}00000000000{c{{Cj{e}}}{}{}}00000000000{Mdj}{{}j}00{{{Ln{c}}}j{}}{Md{{Ab{OlMf}}}}{ClCn}0000000``{MdLd}{{{Ln{c}}}{{Fb{c}}}Nb}{MdA`}{{{Ln{c}}e}d{M`Nb}{{Ad{c}}}}``{e{{Ln{c}}}{}{{Af{{Af{c}}}}}}``{{{Ln{c}}Ah}{{Ib{{I`{Dh}}}}}{AjNb}}{{{Ln{c}}}dNb}{{}{{Dl{h}}}}0000{{}A`}0000000{{Llc}BdDn}{{{Ln{c}}e}BdNfDn}{{ce}Bd{{Jj{{Ab{Gd}}}}}Dn}{{Mbc}BdDn}{{Mdc}BdDn}{{Mfc}BdDn}{{Ljc}BdDn}{{Mhc}BdDn}{{Mjc}BdDn}{O`{{Af{Al}}}}{{{Ln{c}}{Fb{c}}}dNb}0{ce{}{}}000000000{Mn{{Af{An}}}}{cA`{}}0{c{{Bd{e}}}{}{}}00000000{AA`{{Bd{Mjc}}}{}}{AAb{{Bd{Mjc}}}{}}222222222222222{{{Ln{c}}{Ln{c}}}d{NbNn}}{cE`{}}00000000000{{}{{Ab{Mn}}}}{MdAAd}`999999999999`{{{Ln{c}}e}d{}{{AAf{c}}DjAAh}}{{}{{Ln{c}}}Nb}{{{Ln{c}}AAj}{{Ib{{I`{Dh}}}}}{AjNb}}``````{{cb}d{}}{AjAj}0>>{AAlAAl}{{ce}d{}{}}{{AAlBh}Bj}{cc{}}{Bn{{Bd{AAlC`}}}}01{hj}{ce{}{}}{c{{Cj{e}}}{}{}}`{{AAl{Fb{f}}{Fb{AAn}}{Af{Jb}}{Af{Ml}}j}{{AB`{{Ej{d}}}}}}{{{Fb{AAn}}e}{{Ej{d}}}{{Dh{}{{Df{{Ej{d}}}}}}}{{Ad{}{{Df{c}}}}}}3{c{{Bd{e}}}{}{}}0{cE`{}}{{AAlBn}{{Bd{dC`}}}}06````{{ABbc{Fb{f}}{Af{Jb}}{Af{Ml}}}{{`{{ABf{}{{Cd{{Ej{dABd}}}}}}}}}{{Jj{h}}}}{{ABbc{Fb{f}}}{{`{{ABf{}{{Cd{{Ej{dABd}}}}}}}}}{{Jj{h}}}}`````````````````````````````````````````````````{{cb}d{}}000000000000000000000```{c{{ABh{A`A`}}}{}}000{{}ABj}0{d{{Dl{h}}}}0<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<{ABlABl}{ABnABn}{AC`AC`}{ACbACb}{ACdACd}{ACfACf}{AChACh}{ACjACj}{AClACl}{ACnACn}{AD`AD`}{ADbADb}{ADdADd}{ADfADf}{ADhADh}{ADjADj}{ADlADl}{ADnADn}{AE`AE`}{AEbAEb}{AEdAEd}{AEfAEf}{{ce}d{}{}}000000000000000000000```{{}AEh}0{{}h}0{c{{Af{AEj}}}{}}0{{}AC`}{{}ACb}{{}ACl}{{}ACn}{{}AD`}{{}ADd}{{}ADj}{{}AEd}{c{{Bd{ABl}}}Bf}{c{{Bd{ABn}}}Bf}{c{{Bd{AC`}}}Bf}{c{{Bd{ACb}}}Bf}{c{{Bd{ACd}}}Bf}{c{{Bd{ACf}}}Bf}{c{{Bd{ACh}}}Bf}{c{{Bd{ACj}}}Bf}{c{{Bd{ACl}}}Bf}{c{{Bd{ACn}}}Bf}{c{{Bd{AD`}}}Bf}{c{{Bd{ADb}}}Bf}{c{{Bd{ADd}}}Bf}{c{{Bd{ADf}}}Bf}{c{{Bd{ADh}}}Bf}{c{{Bd{ADj}}}Bf}{c{{Bd{ADl}}}Bf}{c{{Bd{ADn}}}Bf}{c{{Bd{AE`}}}Bf}{c{{Bd{AEb}}}Bf}{c{{Bd{AEd}}}Bf}{c{{Bd{AEf}}}Bf}{{ABl{Af{Ml}}}{{Af{AEl}}}}{c{{Ab{A`}}}{}}0{c{{n{A`}}}{}}0{{ABlBh}Bj}{{ABnBh}Bj}{{AC`Bh}Bj}{{ACbBh}Bj}{{ACdBh}Bj}{{ACfBh}Bj}{{AChBh}Bj}{{ACjBh}Bj}{{AClBh}Bj}{{ACnBh}Bj}{{AD`Bh}Bj}{{ADbBh}Bj}{{ADdBh}Bj}{{ADfBh}Bj}{{ADhBh}Bj}{{ADjBh}Bj}{{ADlBh}Bj}{{ADnBh}Bj}{{AE`Bh}Bj}{{AEbBh}Bj}{{AEdBh}Bj}{{AEfBh}Bj}{cc{}}0000000000000000000000000000000000000000000{{}{{Dl{h}}}}{d{{Dl{h}}}}10````{ce{}{}}000000000000000000000{c{{Cj{e}}}{}{}}000000000000000000000{ABlj}{ClCn}0000000000000000000005454{c{{ABh{A`A`}}}{}}000`{c{{Ab{AEn}}}{}}0{c{{n{AEn}}}{}}0``{ABlAF`}{ADfAF`}10```{c{{Af{{Dl{h}}}}}{}}0``{cA`{}}0001{c{{Af{A`}}}{}}20{{hAC`}ABl}{{hADj}ADf}`{c{{Ab{AFb}}}{}}0{c{{n{AFb}}}{}}0{{}{{Dl{h}}}}{d{{Dl{h}}}}01``````````6886```1111111111111111111111{{}A`}000000000000000000000`{{ABlc}BdDn}{{AC`c}BdDn}{{ACbc}BdDn}{{ACdc}BdDn}{{ACfc}BdDn}{{AChc}BdDn}{{ACjc}BdDn}{{AClc}BdDn}{{ACnc}BdDn}{{AD`c}BdDn}{{ADbc}BdDn}{{ADdc}BdDn}{{ADfc}BdDn}{{ADjc}BdDn}{{ADlc}BdDn}{{ADnc}BdDn}{{AE`c}BdDn}{{AEbc}BdDn}{{AEdc}BdDn}{{AEfc}BdDn}{{}{{Ab{h}}}}0{ABlAC`}{ADfADj}```10`{ADf{{Af{AEf}}}}``0```{ce{}{}}000000000000000000000{c{{Bd{e}}}{}{}}0000000000000000000000000000000000000000000`{cE`{}}000000000000000000000{c{{Af{A`}}}{}}{c{{Af{{Dl{h}}}}}{}}01{d{{Dl{h}}}}{{}{{Dl{h}}}}016666666666666666666666``````{{cb}d{}}0``77777777{{{N`{c}}}{{N`{c}}}M`}{A`A`}{{ce}d{}{}}0{{{N`{c}}}{{Fb{c}}}{}}{{}{{N`{c}}}{NbM`}}{{{AFd{c}}}e{AFfOb}{}}{{{AFh{c}}}e{AFfOb}{}}{c{{Bd{{N`{e}}}}}Bf{NhM`}}{{{AFd{c}}}d{AFfOb}}{{{AFh{c}}}d{AFfOb}}{{{N`{c}}Bh}BjOb}{cc{}}00000{{{Fb{f}}{Fb{AAn}}c{Af{Jb}}}{{Ej{d}}}{{Af{AFj}}}}{{AFfA`}j}{ce{}{}}000{c{{Cj{e}}}{}{}}000{{}j}{ClCn}{c{}{}}{c{{AFl{e}}}{}{}}10{AFfA`}{{{N`{c}}g}e{AFfOb}{}{{AFn{{AFh{c}}}{{Df{e}}}}}}{c{{N`{c}}}{}}{{{N`{c}}}{{AFd{c}}}{AFfOb}}{{}A`}{{{N`{c}}e}BdNfDn};;{c{{Bd{e}}}{}{}}0000000{cE`{}}000===={{{N`{c}}}{{AG`{{Fb{c}}}}}{}}{{{N`{c}}}{{AFh{c}}}{AFfOb}}{{A`{Af{A`}}{Fb{AAn}}{Af{Jb}}{Fb{f}}{Af{Ml}}}{{Ej{d}}}}```````````````````````````````````````````````{{cb}d{}}000{e{{Bd{MjNd}}}{}{{Af{{Af{c}}}}}}{{eA`}{{Bd{MjNd}}}{}{{Af{{Af{c}}}}}}{ce{}{}}0000000000000000000000000000000000000000000`{AGbAGb}{OfOf}{AGdAGd}{AGfAGf}{{ce}d{}{}}000``{OfGj}`{AGhAGj}``{{AGhAGl}{{Bd{OfNd}}}}`{{}AGb}{{}AGd}{{}AGn}{cAGd{{AHb{}{{Cd{AH`}}}}}}{c{{Bd{AGb}}}Bf}``{AHdh}`{{{Af{AHf}}}AGl}{{AGhAHf}{{Bd{GjNd}}}}{{AGhGj}{{Bd{AHfNd}}}}`{{{Af{c}}}{{Bd{cNd}}}{}}{{AGbAGb}j}{{AHdAHd}j}{{NdNd}j}{{AHhAHh}j}{{ce}j{}{}}00000000000000{{}AH`}{OfAj}`{{{Af{Gj}}}AGl}{{AGbBh}Bj}{{AHdBh}Bj}0{{NdBh}Bj}0{{AHhBh}Bj}0{{AHjBh}Bj}{{AHlBh}Bj}{{AGfBh}Bj}{cc{}}0{AGdAHn}11111111111{KdAHd}2{OhNd}{AI`Nd}{AIbNd}{GfNd}{AIdNd}{AHhNd}{AIfNd}99999{cAGd{{Ch{}{{Cd{AH`}}}}}}:::{{{Af{c}}}{{AIl{}{{AIh{c}}{AIj{e}}}}}{AInNfNh{Nj{e}}}{GhNb{Nj{c}}DjAAhAJ`}}{cAGd{{AHb{}{{Cd{AH`}}}}}}<<<<{{hAGl}{{Bd{OfNd}}}}{{AGdh}{{Af{{Fb{AH`}}}}}}{h{{Af{{Fb{AH`}}}}}}{{AHdc}dJh}{{AGbLd}c{}}{{AGdAH`}{{Af{{Fb{AH`}}}}}}{ce{}{}}000000000000000000000{AGdc{}}{c{{Cj{e}}}{}{}}000000000000000000000{AGbj}{{}j}{AGb{{`{{Ch{}{{Cd{Mj}}}}}}}}`{ClCn}{Of{{Af{h}}}}{AGbLd}``````{hAHh}{AGhh}{{{Af{Ll}}}AGl}{{{Fb{AJb}}AJdAJf}Ah}{{AJdAJdAJf}AAj}{{{n{{Cf{A`Of}}}}}{{Bd{AGbNd}}}}{{c{Af{A`}}}AHhAJh}{{Gj{I`{Aj}}}Of}``{{AJjAh}{{Ib{{I`{Dh}}}}}}{{AJlAh}{{Ib{{I`{Dh}}}}}}{{AJnAh}{{Ib{{I`{Dh}}}}}}{{AK`Ah}{{Ib{{I`{Dh}}}}}}{{AKbAh}{{Ib{{I`{Dh}}}}}}{{AKdAh}{{Ib{{I`{Dh}}}}}}{{AKfAh}{{Ib{{I`{Dh}}}}}}{{AKhAh}{{Ib{{I`{Dh}}}}}}{{AKjAh}{{Ib{{I`{Dh}}}}}}{{AGbAh}{{Ib{{I`{Dh}}}}}}{{AHlAh}{{Ib{{I`{Dh}}}}}}{{AGfAh}{{Ib{{I`{Dh}}}}}}{{AGnAh}{{Ib{{I`{Dh}}}}}}{{AjAh}{{Ib{{I`{Dh}}}}}}{cd{{AHb{}{{Cd{AH`}}}}}}{{AGh{Af{Ll}}}{{Bd{LlNd}}}}0{{}A`}{{AGbc}BdDn}```{ce{}{}}000{cA`{}}00`{c{{Bd{AGbNd}}}{{AHb{}{{Cd{Mj}}}}}}{e{{Bd{AGbNd}}}{{AKn{Mj}{{AKl{Nd}}}}}{{AHb{}{{Cd{c}}}}}}{c{{Bd{e}}}{}{}}0000000000000000000{AL`{{Bd{AGfc}}}{}}11{{{Af{c}}}{{Bd{{AIl{}{{AIh{c}}{AIj{e}}}}Nd}}}{AInNfNh{Nj{e}}}{GhNb{Nj{c}}DjAAhAJ`}}{{{Af{c}}}{{Bd{AJjNd}}}{}}{{{Af{c}}}{{Bd{AJlNd}}}{}}{{{Af{c}}}{{Bd{AJnNd}}}{}}{{{Af{c}}}{{Bd{AK`Nd}}}{}}{{{Af{c}}}{{Bd{AKbNd}}}{}}{{{Af{c}}}{{Bd{AKdNd}}}{}}{{{Af{c}}}{{Bd{AKfNd}}}{}}{{{Af{c}}}{{Bd{AKhNd}}}{}}{{{Af{c}}}{{Bd{AKjNd}}}{}}{{{Af{c}}}{{Bd{AHlNd}}}{}}{{{Af{c}}}{{Bd{AGfNd}}}{}}{{{Af{c}}}{{Bd{AGnNd}}}{}}>>>>>>>>>>>>>>>>>>>>>>{cE`{}}000000000000000000000{ce{}{}}000000000000000000000{cAGd{{AHb{}{{Cd{AH`}}}}}}{{AJlAAj}{{Ib{{I`{Dh}}}}}}{{AJnAAj}{{Ib{{I`{Dh}}}}}}{{AK`AAj}{{Ib{{I`{Dh}}}}}}{{AKbAAj}{{Ib{{I`{Dh}}}}}}{{AKhAAj}{{Ib{{I`{Dh}}}}}}{{AKjAAj}{{Ib{{I`{Dh}}}}}}{{AGbAAj}{{Ib{{I`{Dh}}}}}}{{AHlAAj}{{Ib{{I`{Dh}}}}}}{{AGfAAj}{{Ib{{I`{Dh}}}}}}{{AjAAj}{{Ib{{I`{Dh}}}}}}```````````````;;;;;;;;;;{{ALbAJf}{{Af{ALd}}}}{{ALfAJf}{{Af{ALd}}}}{{ALhAJf}{{Af{ALd}}}}{{ALjAJf}{{Af{ALd}}}}{c{{Bd{ALf}}}Bf}{c{{Bd{ALh}}}Bf}{c{{Bd{ALl}}}Bf}{c{{Bd{ALn}}}Bf}{c{{Bd{ALj}}}Bf}{{ALfALf}j}{{ALhALh}j}{{ALlALl}j}{{ALnALn}j}{{ALjALj}j}{{ce}j{}{}}000000000{{ALfBh}Bj}{{ALhBh}Bj}{{ALlBh}Bj}{{ALnBh}Bj}{{ALjBh}Bj}{cc{}}0{ALjALl}{ALhALl}{ALfALl}333{ce{}{}}0000{ALl{{I`{ALb}}}}{c{{Cj{e}}}{}{}}0000{ClCn}0000````{{}{{Dl{h}}}}0000{{}A`}0000{{ALfc}BdDn}{{ALhc}BdDn}{{ALlc}BdDn}{{ALnc}BdDn}{{ALjc}BdDn}```{c{{Bd{e}}}{}{}}00{AM`{{Bd{ALlc}}}{}}{AMb{{Bd{ALnc}}}{}}2222222{cE`{}}0000>>>>>````````````````{{cb}d{}}000????????????{AMdAMd}{AMfAMf}{AMhAMh}{AMjAMj}{{ce}d{}{}}000{{AMl{Fb{Kl}}AJf}{{AMn{d}}}}{{}AMd}{{}AMf}{{}AMh}{c{{Bd{AMd}}}Bf}{c{{Bd{AMf}}}Bf}{c{{Bd{AMh}}}Bf}6{{AN`AN`}j}{{AMdAMd}j}{{AMfAMf}j}{{AMhAMh}j}{{AMjAMj}j}{{ce}j{}{}}00000000000000{{AN`Bh}Bj}0{{AMdBh}Bj}{{AMfBh}Bj}{{AMhBh}Bj}{{AMjBh}Bj}{AMdAMl}{cc{}}00{ANbAMd}1{ANdAMf}{ANfAMh}333333{{AN`c}dJh}{ce{}{}}00000{c{{Cj{e}}}{}{}}00000{ClCn}00```{{}{{Dl{h}}}}00{{}A`}00{{AMdc}BdDn}{{AMfc}BdDn}{{AMhc}BdDn}7777{cA`{}}{c{{Bd{e}}}{}{}}00000000000{cE`{}}00000::::::``````::::`{{}ANh}{c{{Bd{ANh}}}Bf}{c{{Bd{ANj}}}Bf}{{ANhANh}j}{{ANjANj}j}{{ce}j{}{}}000000000{{ANhBh}Bj}{{ANjBh}Bj}{ANlANh}{cc{}}{ANnANj}1{ce{}{}}0{c{{Cj{e}}}{}{}}0{ClCn}0{ANjAJn}``{{}{{Dl{h}}}}0{{}A`}0{{ANhc}BdDn}{{ANjc}BdDn}{c{{Bd{e}}}{}{}}000{cE`{}}099``99{{}AO`}{c{{Bd{AO`}}}Bf}{{AO`Bh}Bj}>`<;:87{{AO`c}BdDn}{AOb{{Bd{AO`c}}}{}}665>```>>{c{{Bd{AOd}}}Bf}{{AOdBh}Bj}{cc{}}{ce{}{}}{c{{Cj{e}}}{}{}}{ClCn}{{}{{Dl{h}}}}{{}A`}{{AOdc}BdDn}{AOf{{Bd{AOdc}}}{}}{c{{Bd{e}}}{}{}}0{cE`{}}8`````````{{cb}d{}}000`9999999999{AOhAOh}{AOjAOj}{AOlAOl}{AOnAOn}{{ce}d{}{}}000{{AOlAd}j}{{AOnF`}j}{c{{Bd{AOh}}}Bf}{c{{Bd{AOj}}}Bf}{c{{Bd{AOl}}}Bf}{c{{Bd{AOn}}}Bf}{{AOhAOh}j}{{AOjAOj}j}{{AOlAOl}j}{{AOnAOn}j}{{ce}j{}{}}0000000000000000000{{AOhBh}Bj}{{AOjBh}Bj}{{AOlBh}Bj}{{B`Bh}Bj}0{{AOnBh}Bj}{cc{}}{BbAOj}11111111{ce{}{}}0000{c{{Cj{e}}}{}{}}0000{ClCn}000{{F`F`}{{Bd{AOnB`}}}}```{{}{{Dl{h}}}}000{{}A`}000{{AOhc}BdDn}{{AOjc}BdDn}{{AOlc}BdDn}{{AOnc}BdDn}`9999{cA`{}}{c{{Bd{e}}}{}{}}{Bd{{Bd{AOhc}}}{}}111111111{cE`{}}0000=====````````{Bf{{I`{`}}}}>>>>{{}Bf}{c{{Bd{Bh}}}Bf}{c{{Bd{Bf}}}Bf}{{BhBh}j}{{BfBf}j}{{ce}j{}{}}000000000{{BhBh}Bj}{{BfBh}Bj}{cc{}}{BjBh}1{BlBf}{ce{}{}}0{c{{Cj{e}}}{}{}}0{ClCn}0`{{}{{Dl{h}}}}0{{}A`}0{{Bhc}BdDn}{{Bfc}BdDn}{c{{Bd{e}}}{}{}}000{cE`{}}088```88{c{{Bd{Bn}}}Bf}{{BnBn}j}{{ce}j{}{}}0000{{BnBh}Bj}?<;:``98{{Bnc}BdDn}{BA`{{Bd{Bnc}}}{}}776>`````>>>>>>>>`{{}BAb}{c{{Bd{BAd}}}Bf}{c{{Bd{BAf}}}Bf}{c{{Bd{BAh}}}Bf}{c{{Bd{BAb}}}Bf}{{BAdBAd}j}{{BAfBAf}j}{{BAhBAh}j}{{BAbBAb}j}<<<<<<<<<<<<<<<<<<<<``{{BAdBh}Bj}{{BAfBh}Bj}{{BAhBh}Bj}{{BAbBh}Bj}{cc{}}000{ce{}{}}000{c{{Cj{e}}}{}{}}000{{}j}{ClCn}000```{{}{{Dl{h}}}}000{{}A`}000{{BAdc}BdDn}{{BAfc}BdDn}{{BAhc}BdDn}{{BAbc}BdDn}{c{{Bd{e}}}{}{}}{BAj{{Bd{BAdc}}}{}}1{BAl{{Bd{BAfc}}}{}}{BAn{{Bd{BAhc}}}{}}333333{cE`{}}000`>>>>``>>{c{{Bd{BB`}}}Bf}{{BB`Bh}Bj}{cc{}}{ce{}{}}{c{{Cj{e}}}{}{}}{ClCn}{{}{{Dl{h}}}}{{}A`}{{BB`c}BdDn}{BBb{{Bd{BB`c}}}{}}>>:6```````````{{cb}d{}}77{AL`AL`}{{ce}d{}{}}{c{{Bd{AL`}}}Bf}{{AL`AL`}j}{{ce}j{}{}}0000{{AL`Bh}Bj}>>=<;`{cAL`{{Jj{h}}}}`;:{{AL`c}BdDn}?{c{{Bd{e}}}{}{}}{BBf{{Bd{AL`c}}}{}}1{cE`{}}{ce{}{}}`````0000{{}BBh}{c{{Bd{BBh}}}Bf}{BBjh}{{BBjBBj}j}{{BBhBBh}j}<<<<<<<<<<{{BBjBh}Bj}0{{BBhBh}Bj}{cc{}}0{{BBjc}dJh}99{c{{Cj{e}}}{}{}}0{ClCn}`{{}{{Dl{h}}}}{{}A`}{{BBhc}BdDn}{{AGnAh}{{Bd{dAHd}}}}{cA`{}}{c{{Bd{e}}}{}{}}{BBl{{Bd{BBhc}}}{}}111{cE`{}}0{ce{}{}}0````````{{{Af{F`}}}{{Bd{BBnKd}}}}{F`{{AMn{BC`}}}}{F`{{AMn{BCb}}}}333333``{{BCbBh}Bj}{cc{}}00{IfBC`}666{c{{Cj{e}}}{}{}}00{BBn{{Bd{BCdKd}}}}{BBnAd}{BCb{{AMn{Ad}}}}{BC`{{AMn{Ad}}}}101{BC`BCf}:9`{BBnF`}{BC`BCh}{F`{{AMn{If}}}}{Ad{{AMn{If}}}}{{BCb{Ab{Gd}}}{{AMn{{Cf{LdAd}}}}}}{{BCb{Ab{Gd}}c}{{AMn{Ld}}}BCj}{IfF`}{c{{Bd{e}}}{}{}}00000{cE`{}}00{ce{}{}}00```````{{cb}d{}}000{{{AJb{c}}BCl}{{n{AJd}}}{NbBCnM`}}{{{AJb{c}}{Af{Jb}}BD`}d{NbBCnM`}}{{Ldc}{{AJb{c}}}{NbBCnM`}}4444444444{BD`BDb}{AJbAJb}{BClBCl}{BDdBDd}{BD`BD`}{{ce}d{}{}}000{{BD`AEl}j}{{}{{AJb{c}}}{NbBCnM`}}{c{{Bd{AJb}}}Bf}{c{{Bd{BDf}}}Bf}{{{AJb{c}}}{{n{AEl}}}{NbBCnM`}}`{{{AJb{c}}{Af{Jb}}}{{BDh{{Af{Jb}}BD`c}}}{NbBCnM`}}{{BDdBDd}j}{{ce}j{}{}}0000{{{AJb{c}}e}{{n{AEl}}}{NbBCnM`}{{AAf{AEl}{{Df{j}}}}}}{{{AJb{c}}Bh}Bj{NbBCnM`}}{{BDdBh}Bj}0{{BD`Bh}Bj}{{{BDj{{Af{Jb}}BD`c}}}{{AJb{c}}}{NbBCnM`}}{cc{}}{BDf{{AJb{c}}}{NbBCnM`}}1111{AAdBDd}2222{h{{Bd{BDdc}}}{}}{{{AJb{c}}{Af{Jb}}}{{Af{{On{{Af{Jb}}BD`c}}}}}{NbBCnM`}}{{{AJb{c}}}{{Af{{On{{Af{Jb}}BD`c}}}}}{NbBCnM`}}{{{AJb{c}}}{{Af{{BDl{{Af{Jb}}BD`c}}}}}{NbBCnM`}}{{{AJb{c}}{Af{Jb}}}{{Af{{BDl{{Af{Jb}}BD`c}}}}}{NbBCnM`}}{{{AJb{c}}A`}j{}}{{{AJb{c}}}j{NbBCnM`}}{{{AJb{c}}{Af{Jb}}{BDn{AEl}}}d{NbBCnM`}}{{{AJb{c}}{BDn{AEl}}}d{NbBCnM`}}{ce{}{}}0000{c{{Cj{e}}}{}{}}00004{BD`j}{{}j}{{{AJb{c}}}{{Ab{{Af{Jb}}BD`c}}}{NbBCnM`}}{ClCn}{{{AJb{c}}}Ld{NbBCnM`}}{BD`Ld}{{{AJb{c}}}A`{}}{{}{{AJb{BE`}}}}{{{Ab{Gd}}}BCl}{{{BDn{AEl}}}BD`}{{{BDn{AEl}}}{{AJb{BE`}}}}{{{AJb{c}}Ld}{{Af{AEl}}}{NbBCnM`}}7{BDdAAd}`{{{AJb{c}}AEl}j{NbBCnM`}}{{{AJb{c}}e}j{NbBCnM`}{{AAf{AEl}{{Df{j}}}}}}{{{AJb{c}}{Af{Jb}}}{{Af{BD`}}}{NbBCnM`}}{{{AJb{c}}{Af{Jb}}AEl}{{Af{AEl}}}{NbBCnM`}}{{BD`BD`}{{Cf{Ld{BEb{AAd{Af{{n{AJd}}}}}}}}}}{{}A`}{{AJbc}BdDn}{ce{}{}}000{cA`{}}`{c{{Bd{e}}}{}{}}000000000{cE`{}}0000{BD`BDb}{{{AJb{c}}Jb}d{NbBCnM`}}{{{AJb{c}}}AAd{}}{BD`BDd}77777{{{BDn{AEl}}BDd}BD`}`````````{{cb}d{}}00000000999999999999999999{BEdd}{BEfd}{Jfd}{BEhd}{BEjd}{BEld}{BEnd}{AA`d}{BF`d}{BEdBEd}{BEfBEf}{JfJf}{BEhBEh}{BEjBEj}{BElBEl}{BEnBEn}{AA`AA`}{BF`BF`}{{ce}d{}{}}00000000`{AA`h}`{{}BEd}{{}BEf}{{}Jf}{{}BEh}{{}BEj}{{}BEl}{{}BEn}{{}AA`}{{}BF`}{BEdLd}{BEfLd}{JfLd}{BEhLd}{BEjLd}{BElLd}{BEnLd}{AA`Ld}{BF`Ld}`{{BEdBEd}j}{{BEfBEf}j}{{JfJf}j}{{BEhBEh}j}{{BEjBEj}j}{{BElBEl}j}{{BEnBEn}j}{{AA`AA`}j}{{BF`BF`}j}``{{BEdBh}{{Bd{dEl}}}}{{BEfBh}{{Bd{dEl}}}}{{JfBh}{{Bd{dEl}}}}{{BEhBh}{{Bd{dEl}}}}{{BEjBh}{{Bd{dEl}}}}{{BElBh}{{Bd{dEl}}}}{{BEnBh}{{Bd{dEl}}}}{{AA`Bh}{{Bd{dEl}}}}{{BF`Bh}{{Bd{dEl}}}}{cc{}}00{JbJf}11{AElBEl}02222222222222``````{ce{}{}}00000000{c{{Cj{e}}}{}{}}00000000{AA`h}`````````222222222{c{{Bd{e}}}{}{}}0000000{AGb{{Bd{BF`c}}}{}}1111111111{cE`{}}00000000555555555`````{{cb}d{}}66{BFbBFb}{{ce}d{}{}}{{BFbc}dBFd}{BFbLd}{{BFbBFb}j}{{BFbBh}{{Bd{dEl}}}}??<;{{{Af{BFb}}BFfBFhcBFj}{{Bd{dAIb}}}BFl}=::8=````````````````77777`=========={AJdAJd}{BFnBFn}{AElAEl}{BG`BG`}{BGbBGb}:::::{{AJdAJd}Jd}{{BFnBFn}Jd}{{AElAEl}Jd}{{ce}Jd{}{}}00{{}AEl}{{}BG`}{c{{Bd{AJd}}}Bf}{c{{Bd{BFn}}}Bf}{c{{Bd{AEl}}}Bf}{c{{Bd{BG`}}}Bf}{{AJdAJd}j}{{BFnBFn}j}{{AElAEl}j}{{AElAJd}j}{{BG`BG`}j}{{ce}j{}{}}0000000000000000000{{AJdBh}Bj}0{{BFnBh}Bj}0{{AElBh}Bj}{{BG`Bh}Bj}{{BGbBh}Bj}0{{{Cf{BFnF`}}}AJd}{{{Cf{BGdF`}}}AJd}{{{Cf{BGfF`}}}AJd}{cc{}}{{{Cf{OlF`}}}AJd}{{{Cf{A`F`}}}AJd}{AdAJd}{{{Cf{{BGh{Gd}}F`}}}AJd}44{cAEl{{Af{AJd}}}}55{BEl{{Ij{AEl}}}}66666{h{{Bd{AJdc}}}{}}{h{{Bd{BFnc}}}{}}{h{{Bd{AElc}}}{}}{{AJdc}dJh}{{BFnc}dJh}{{AElc}dJh}`{ce{}{}}0000{AElBEl}{c{{Cj{e}}}{}{}}0000{ClCn}0```{AJdAEl}{{AJdAJd}{{Af{Jd}}}}{{BFnBFn}{{Af{Jd}}}}{{AElAEl}{{Af{Jd}}}}{{BG`BG`}{{Af{Jd}}}}{AJdF`}`{{}{{Dl{h}}}}0{{}A`}0{{AJdc}BdDn}{{BFnc}BdDn}{{AElc}BdDn}{{BG`c}BdDn}?????{AJd{{AMn{Ad}}}}{cA`{}}00`{BGj{{Bd{AJdc}}}{}}{BGl{{Bd{AJdc}}}{}}{c{{Bd{e}}}{}{}}{BGn{{Bd{AJdc}}}{}}{BH`{{Bd{AJdc}}}{}}2{BEl{{Bd{AElc}}}{}}3{Hb{{Bd{BG`c}}}{}}4444444{cE`{}}0000`{ce{}{}}0000{{AJdc}AEl{{Af{BHb}}}}````````````````{{cb}d{}}0000{ALd{{Af{BHd}}}}{BHf{{Af{ALd}}}}{ALd{{Af{A`}}}}{BHf{{Af{BHh}}}}{ALd{{Af{h}}}}7777777777{BHjBHj}{BHfBHf}{BHhBHh}{ALdALd}{{{BHl{c}}}{{BHl{c}}}{M`Nb}}{{ce}d{}{}}0000{{BHjBHj}Jd}{{BHfBHf}Jd}{{BHhBHh}Jd}{{ALdALd}Jd}{{ce}Jd{}{}}000{{}{{BHl{c}}}{NbNb}}{c{{Bd{BHj}}}Bf}{c{{Bd{BHf}}}Bf}{c{{Bd{BHh}}}Bf}{c{{Bd{ALd}}}Bf}{c{{Bd{{BHl{e}}}}}Bf{NhNbNb}}{{BHjBHj}j}{{BHfBHf}j}{{BHhBHh}j}{{ALdALd}j}{{{BHl{c}}{BHl{c}}}j{NnNb}}{{ce}j{}{}}000000000000000000000000{{BHjBh}Bj}0{{BHfBh}Bj}{{BHhBh}Bj}0{{ALdBh}Bj}0{{{BHl{c}}Bh}Bj{ObNb}}{cc{}}{hBHj}{BHnBHj}{A`BHj}{BHhBHf}4{ALdBHf}5{{{BGh{Gd}}}ALd}6{BHdALd}{{{n{ALd}}}ALd}{A`ALd}3{hALd}{jALd}{AAdALd}{BG`{{BHl{BG`}}}}=;=====<{{BHjc}dJh}{ce{}{}}0000{c{{Cj{e}}}{}{}}0000{{}j}{ClCn}0000{BHhBHj}`{cBHj{{Jj{h}}}}{cBHh{{Jj{h}}}}{e{{BHl{c}}}Nb{{Af{c}}}}{{BHjBHj}{{Af{Jd}}}}{{BHfBHf}{{Af{Jd}}}}{{BHhBHh}{{Af{Jd}}}}{{ALdALd}{{Af{Jd}}}}{{BHfBBd}{{Af{ALd}}}}{{BHfBBd}{{Af{BHd}}}}{{}{{Dl{h}}}}0000{{}A`}0000{{BHjc}BdDn}{{BHfc}BdDn}{{BHhc}BdDn}{{ALdc}BdDn}{{{BHl{c}}e}Bd{NfNb}Dn}{ce{}{}}0000{cA`{}}00{c{{Bd{e}}}{}{}}00{Gl{{Bd{ALdc}}}{}}11{Hb{{Bd{{BHl{e}}g}}}{DjAAhAl}{{Nj{Hb}{{AKl{c}}}}Nb}{}}22222{cE`{}}0000`55555{{e{H`{A`Gj}}}{{BHl{c}}}Nb{{Af{c}}}}``````{{cb}d{}}00{{{BI`{c}}AdLj}dBIb}0{{{BI`{c}}f}dBIb}{{{BId{c}}Eb}{{BId{c}}}BIb}{{{BI`{c}}}dBIb};;;;;;;;;;{{{BId{c}}}{{BI`{c}}}BIb}{c{{BId{c}}}BIb}{HlHl}{{{BI`{c}}}{{BI`{c}}}M`}{BIfBIf}{{ce}d{}{}}00{{}Hl}{{{BI`{c}}}e{}{}}{{{BI`{c}}Bh}BjOb}{{{BIh{c}}Bh}BjOb}{{BIfBh}Bj}{cc{}}{{{Cf{BIjBIj}}}Hl}1111111{{{BI`{c}}Ad}{{Af{BIf}}}BIb}`{{{BId{c}}{BIl{Eb}}}{{BId{c}}}BIb}{ce{}{}}0000{c{{Cj{e}}}{}{}}0000{{BIbAd}{{Ib{{I`{Dh}}}}}}{c{{BId{c}}}BIb}{c{{BI`{c}}}BIb}{{{BI`{c}}}{{n{{Cf{LjBIn}}}}}BIb}`{{BBn{Fb{f}}Db{BI`{c}}}{{Ej{d}}}{M`BIbAAhDj}}{{{BId{c}}Eb}{{BId{c}}}BIb}{{{BId{c}}BIn}{{BId{c}}}BIb}888{HlEb}{HlBIj}{c{{Bd{e}}}{}{}}000000000{cE`{}}0000<<<<<```{{cb}d{}}{{{Fb{Kl}}}AJf}{{{Fb{Kl}}Ld}AJf}{{{Fb{Kl}}{Ab{Gd}}}AJf}{{AJf{BIl{Ld}}}{{Ab{Gd}}}}{AJf{{Ab{Gd}}}}{ce{}{}}00000{AJfLd}{KnKn}{{ce}d{}{}}{{}Kl}{AJfc{}}{Knc{}}1{AJfd}{{AJf{Ab{Gd}}}d}{{KlBh}Bj}{{AJfBh}Bj}{AJfKn}{cc{}}000<<<{c{{Cj{e}}}{}{}}00{AJfj}{Knj}>{KnLd}{{LdLd}Kl}9{{AJfLd}{{Ab{Gd}}}}0{ce{}{}}{{AJfLd}d}{c{{Bd{e}}}{}{}}00000{cE`{}}00333``{{cb}d{}}04444{HjHj}{IdId}{{ce}d{}{}}0{{IdId}Jd}{{ce}Jd{}{}}{IdEb}{{IdId}j}{{ce}j{}{}}0000{{HjBh}Bj}{cc{}}0{BIjHj}{BIjId}22{ce{}{}}0{c{{Cj{e}}}{}{}}0{IdBIj}{{}Hj}{{IdId}{{Af{Jd}}}}{{HjHj}c{}}55{c{{Bd{e}}}{}{}}000{cE`{}}0{HjBIj}088```````````{{cb}d{}}9999{BJ`BJ`}{{ce}d{}{}}>>>{h{{Bd{BJ`c}}}{}}<<;;<{AHf{{Bd{BJbABd}}}}{BJb{{Bd{AHfGf}}}}888877{BJbh}??","c":[],"p":[[5,"Private",4120],[1,"unit"],[5,"Config",0],[1,"str"],[1,"bool"],[5,"Resource",4121],[5,"Vec",4122],[5,"String",4123],[1,"slice"],[6,"SocketAddr",4124],[6,"Option",4125],[8,"Result",4126],[5,"Command",4127],[5,"Proxy",0],[6,"ShutdownKind",0],[5,"ClientState",4128],[5,"DeltaDiscoveryRes",4128],[6,"Result",4129],[10,"Deserializer",4130],[5,"Formatter",4131],[8,"Result",4131],[5,"Cli",0],[5,"ArgMatches",4132],[8,"Error",4133],[5,"Id",4134],[17,"Item"],[1,"tuple"],[10,"Iterator",4135],[5,"Request",4136],[5,"SchemaGenerator",4137],[6,"Schema",4138],[8,"ShutdownTx",0],[8,"ShutdownRx",0],[5,"ControlPlane",4139],[17,"Output"],[10,"Future",4140],[10,"Send",4141],[6,"Cow",4142],[10,"Serializer",4143],[5,"TypeId",4144],[5,"Duration",4145],[6,"LogFormats",132],[6,"Commands",132],[5,"Sender",4146],[8,"Result",0],[5,"Error",4131],[5,"Agent",212],[1,"u16"],[5,"Arc",4147],[5,"Ready",532],[5,"GenerateConfigSchema",249],[5,"Manage",275],[5,"Ready",633],[6,"Qcmp",321],[5,"Ping",321],[5,"Relay",371],[5,"Ready",776],[1,"u8"],[5,"EncodeError",4148],[10,"Message",4149],[6,"Value",4150],[5,"Value",4151],[6,"Kind",4152],[5,"Map",4153],[5,"Struct",4151],[5,"QcmpMeasurement",410],[6,"Protocol",410],[5,"QcmpPacket",410],[5,"UtcTimestamp",4034],[5,"DistanceMeasure",3883],[6,"Error",410],[5,"Box",4154],[5,"Pin",4155],[5,"DurationNanos",4034],[5,"Socket",4156],[6,"Admin",509],[8,"Result",4157],[5,"JoinHandle",4158],[5,"Agent",532],[5,"RunArgs",491],[5,"Locality",572],[6,"Ordering",4159],[5,"Locality",3272],[10,"Hasher",4160],[10,"AsRef",4161],[5,"Manage",572],[5,"Proxy",633],[6,"PipelineError",633],[5,"SessionPool",633],[5,"Error",4162],[5,"SendPacket",633],[5,"Sender",4163],[5,"Sender",4164],[5,"BufferPool",3975],[5,"FrozenPoolBuffer",3975],[5,"DownstreamReceiveWorkerConfig",757],[5,"Receiver",4146],[1,"usize"],[5,"Receiver",4164],[5,"Relay",776],[5,"IcaoCode",810],[6,"ConfigType",810],[5,"Slot",810],[10,"Clone",4165],[6,"DatacenterConfig",810],[5,"DatacenterMap",810],[5,"Datacenter",810],[6,"Version",810],[5,"Filter",810],[5,"AddressSelector",810],[6,"AddrKind",810],[5,"Watch",1790],[10,"Default",4166],[6,"CreationError",1869],[10,"Serialize",4143],[10,"Deserialize",4130],[10,"TryFrom",4161],[10,"From",4161],[10,"PartialEq",4159],[6,"ValidationError",810],[10,"Debug",4131],[1,"never"],[5,"FilterInstance",1869],[5,"Error",4167],[10,"Read",4168],[6,"IpAddr",4169],[5,"Ref",4170],[6,"Marker",1790],[5,"Iter",4171],[10,"FnMut",4172],[10,"Into",4161],[5,"ReadContext",1869],[10,"Filter",1869],[10,"Error",4173],[5,"PossibleValue",4174],[5,"Filter",3272],[5,"Filter",4175],[1,"u64"],[10,"Fn",4172],[10,"Sync",4141],[5,"WriteContext",1869],[6,"Providers",1138],[5,"AtomicBool",4176],[5,"JoinHandle",4177],[5,"Client",4178],[5,"Report",4157],[10,"Stream",4179],[5,"BTreeMap",4180],[5,"ApiResource",4181],[5,"GameServer",1172],[5,"Inner",1172],[5,"GameServerSpec",1172],[5,"Health",1172],[5,"GameServerPort",1172],[5,"GameServerStatus",1172],[6,"GameServerState",1172],[5,"GameServerStatusPort",1172],[5,"SdkServer",1172],[6,"SdkServerLogLevel",1172],[6,"PortPolicy",1172],[6,"SchedulingStrategy",1172],[6,"Protocol",1172],[5,"Fleet",1172],[5,"FleetInner",1172],[5,"FleetSpec",1172],[6,"FleetScheduling",1172],[5,"FleetStrategy",1172],[5,"FleetStrategyRollingUpdate",1172],[6,"FleetStrategyType",1172],[5,"GameServerTemplateSpec",1172],[5,"FleetStatus",1172],[5,"CustomResourceDefinition",4182],[5,"Time",4183],[5,"Endpoint",3502],[5,"ManagedFieldsEntry",4184],[5,"ObjectMeta",4185],[5,"OwnerReference",4186],[5,"ReadGuard",1790],[10,"Watchable",1790],[5,"WatchGuard",1790],[5,"PathBuf",4187],[5,"DynGuard",4188],[10,"FnOnce",4172],[5,"Receiver",4189],[5,"FilterChain",1869],[5,"FilterSet",1869],[5,"Timestamp",1869],[10,"FilterFactory",1869],[5,"RootSchema",4138],[5,"CreateFilterArgs",1869],[5,"TokenRouter",1869],[8,"DynFilterFactory",1869],[10,"IntoIterator",4190],[6,"FilterError",1869],[5,"Any",4151],[5,"ConvertProtoConfigError",1869],[5,"FilterRegistry",1869],[5,"Debug",1869],[8,"FilterMap",1869],[5,"Error",4191],[5,"DecodeError",4148],[6,"Infallible",4161],[6,"Error",4192],[17,"Configuration"],[17,"BinaryConfiguration"],[10,"StaticFilter",1869],[10,"JsonSchema",4193],[10,"Sized",4141],[5,"ClusterMap",3137],[5,"EndpointAddress",3502],[5,"PoolBuffer",3975],[10,"Display",4131],[5,"Capture",1869],[5,"Compress",1869],[5,"Concatenate",1869],[5,"Drop",1869],[5,"Firewall",1869],[5,"LoadBalancer",1869],[5,"LocalRateLimit",1869],[5,"Match",1869],[5,"Pass",1869],[17,"Error"],[10,"TryInto",4161],[5,"Config",2994],[10,"CaptureStrategy",2292],[6,"Value",3686],[5,"Prefix",2292],[5,"Suffix",2292],[5,"Regex",2292],[6,"Strategy",2292],[5,"Config",2292],[6,"Strategy",4194],[5,"Capture",4195],[6,"Mode",2410],[6,"Action",2410],[5,"Config",2410],[6,"Direction",2410],[6,"Compressor",2410],[8,"Result",4162],[5,"CompressionError",2410],[6,"Mode",4196],[6,"Action",4196],[5,"Compress",4197],[6,"Strategy",2555],[5,"Config",2555],[6,"Strategy",4198],[5,"Concatenate",4199],[5,"Config",2610],[5,"Debug",4200],[5,"Config",2630],[5,"Drop",4201],[5,"Config",2649],[6,"Action",2649],[5,"Rule",2649],[5,"PortRange",2649],[6,"PortRangeError",2649],[6,"Action",4202],[5,"Firewall",4203],[6,"Policy",2786],[5,"Config",2786],[5,"LoadBalancer",4204],[6,"Policy",4205],[5,"Config",2839],[5,"LocalRateLimit",4206],[5,"Fallthrough",2866],[5,"Config",2866],[5,"DirectionalConfig",2866],[5,"Branch",2866],[5,"Match",4207],[5,"Config",4208],[5,"Branch",4208],[5,"Config",2967],[5,"Pass",4209],[8,"DynamicMetadata",3686],[5,"Timestamp",4210],[5,"Config",3026],[6,"RouterError",3026],[5,"TokenRouter",4211],[5,"TcpListener",3077],[5,"DualStackLocalSocket",3077],[5,"DualStackEpollSocket",3077],[5,"TcpListenerStream",4212],[8,"DualStackLocalSocketRc",3077],[5,"Fd",4213],[10,"ToSocketAddrs",4214],[5,"Token",3137],[10,"BuildHasher",4160],[5,"EndpointSet",3137],[8,"TokenAddressMap",3137],[5,"EndpointSetVersion",3137],[5,"ClusterMapDeser",3137],[6,"Entry",4215],[5,"DashMap",4216],[5,"RefMut",4170],[5,"BTreeSet",4217],[5,"RandomState",4218],[5,"HashMap",4219],[5,"ClusterMap",3272],[5,"Cluster",3272],[5,"Ipv6",3272],[5,"Host",3272],[5,"Endpoint",3272],[5,"Datacenter",3272],[5,"FilterChain",3272],[6,"Inner",3479],[10,"BufMut",4220],[1,"u32"],[6,"WireType",4221],[5,"DecodeContext",4221],[10,"Buf",4222],[6,"AddressKind",3502],[5,"Metadata",3502],[6,"MetadataError",3502],[5,"Ipv6Addr",4169],[5,"Ipv4Addr",4169],[1,"array"],[6,"Address",4223],[5,"Endpoint",4224],[5,"Address",4225],[5,"SocketAddress",4225],[8,"EndpointMetadata",3502],[5,"Bytes",4226],[6,"Symbol",3686],[5,"Reference",3686],[5,"Key",3686],[5,"MetadataView",3686],[5,"Spur",4227],[5,"Phoenix",3883],[10,"Measurement",3883],[5,"Builder",3883],[5,"Coordinates",3883],[5,"Inner",3883],[1,"i64"],[5,"Range",4228],[1,"f64"],[6,"ResourceType",4082],[6,"Resource",4082],[15,"Ping",485],[15,"PingReply",485],[5,"RecvPacket",633],[5,"ToTokens",633],[6,"Base64Standard",810],[15,"NonAgent",1135],[15,"Agent",1135],[15,"Agones",1166],[15,"File",1166],[15,"MismatchedTypes",2288],[15,"FieldInvalid",2288],[15,"InvalidRange",2784],[15,"NoEndpointMatch",3076],[15,"InvalidType",3684]],"b":[[19,"impl-Configuration-for-Config"],[50,"impl-Configuration-for-Config"],[175,"impl-Debug-for-LogFormats"],[176,"impl-Display-for-LogFormats"],[441,"impl-Display-for-Error"],[442,"impl-Debug-for-Error"],[595,"impl-Debug-for-Locality"],[596,"impl-Display-for-Locality"],[680,"impl-Display-for-PipelineError"],[681,"impl-Debug-for-PipelineError"],[847,"impl-Config"],[904,"impl-Config"],[905,"impl-Deserialize%3C\'de%3E-for-ConfigType"],[906,"impl-ConfigType"],[940,"impl-Debug-for-ValidationError"],[941,"impl-Display-for-ValidationError"],[946,"impl-Debug-for-IcaoCode"],[947,"impl-Display-for-IcaoCode"],[956,"impl-From%3COption%3CT%3E%3E-for-Slot%3CT%3E"],[957,"impl-From%3CT%3E-for-Slot%3CT%3E"],[1086,"impl-TryFrom%3CFilter%3E-for-Filter"],[1087,"impl-TryFrom%3CFilter%3E-for-Filter"],[2022,"impl-Display-for-FilterError"],[2023,"impl-Debug-for-FilterError"],[2024,"impl-Display-for-CreationError"],[2025,"impl-Debug-for-CreationError"],[2026,"impl-Display-for-ConvertProtoConfigError"],[2027,"impl-Debug-for-ConvertProtoConfigError"],[2047,"impl-From%3CError%3E-for-CreationError"],[2048,"impl-From%3CError%3E-for-CreationError"],[2049,"impl-From%3CDecodeError%3E-for-CreationError"],[2050,"impl-From%3CEncodeError%3E-for-CreationError"],[2051,"impl-From%3CInfallible%3E-for-CreationError"],[2052,"impl-From%3CConvertProtoConfigError%3E-for-CreationError"],[2053,"impl-From%3CError%3E-for-CreationError"],[2344,"impl-From%3CRegex%3E-for-Strategy"],[2345,"impl-From%3CSuffix%3E-for-Strategy"],[2346,"impl-From%3CPrefix%3E-for-Strategy"],[2478,"impl-Display-for-CompressionError"],[2479,"impl-Debug-for-CompressionError"],[2714,"impl-Debug-for-PortRangeError"],[2715,"impl-Display-for-PortRangeError"],[3050,"impl-Debug-for-RouterError"],[3051,"impl-Display-for-RouterError"],[3184,"impl-Display-for-EndpointSetVersion"],[3185,"impl-Debug-for-EndpointSetVersion"],[3187,"impl-From%3CDashMap%3COption%3CLocality%3E,+EndpointSet,+S%3E%3E-for-ClusterMap%3CS%3E"],[3189,"impl-From%3CClusterMapDeser%3E-for-ClusterMap%3CS%3E"],[3383,"impl-From%3C%26Endpoint%3E-for-Endpoint"],[3384,"impl-From%3CEndpoint%3E-for-Endpoint"],[3558,"impl-PartialEq-for-Endpoint"],[3559,"impl-PartialEq%3CEndpointAddress%3E-for-Endpoint"],[3581,"impl-Display-for-EndpointAddress"],[3582,"impl-Debug-for-EndpointAddress"],[3583,"impl-Debug-for-AddressKind"],[3584,"impl-Display-for-AddressKind"],[3587,"impl-Display-for-MetadataError"],[3588,"impl-Debug-for-MetadataError"],[3589,"impl-From%3C(AddressKind,+u16)%3E-for-EndpointAddress"],[3590,"impl-From%3C(Ipv6Addr,+u16)%3E-for-EndpointAddress"],[3591,"impl-From%3C(Ipv4Addr,+u16)%3E-for-EndpointAddress"],[3593,"impl-From%3C(IpAddr,+u16)%3E-for-EndpointAddress"],[3594,"impl-From%3C(String,+u16)%3E-for-EndpointAddress"],[3595,"impl-From%3CSocketAddr%3E-for-EndpointAddress"],[3596,"impl-From%3C(%5Bu8;+4%5D,+u16)%3E-for-EndpointAddress"],[3656,"impl-TryFrom%3CAddress%3E-for-EndpointAddress"],[3657,"impl-TryFrom%3CEndpoint%3E-for-EndpointAddress"],[3659,"impl-TryFrom%3CAddress%3E-for-EndpointAddress"],[3660,"impl-TryFrom%3CSocketAddress%3E-for-EndpointAddress"],[3774,"impl-Debug-for-Key"],[3775,"impl-Display-for-Key"],[3777,"impl-Debug-for-Reference"],[3778,"impl-Display-for-Reference"],[3779,"impl-Debug-for-Value"],[3780,"impl-Display-for-Value"],[3783,"impl-From%3C%26str%3E-for-Key"],[3784,"impl-From%3CSpur%3E-for-Key"],[3785,"impl-From%3CString%3E-for-Key"],[3786,"impl-From%3CReference%3E-for-Symbol"],[3788,"impl-From%3CValue%3E-for-Symbol"],[3790,"impl-From%3C%26%5Bu8;+N%5D%3E-for-Value"],[3792,"impl-From%3CBytes%3E-for-Value"],[3793,"impl-From%3CVec%3CValue%3E%3E-for-Value"],[3794,"impl-From%3CString%3E-for-Value"],[3795,"impl-From%3C%5Bu8;+N%5D%3E-for-Value"],[3796,"impl-From%3C%26str%3E-for-Value"],[3797,"impl-From%3Cbool%3E-for-Value"],[3798,"impl-From%3Cu64%3E-for-Value"]]}],\ diff --git a/main/api/src/agones/lib.rs.html b/main/api/src/agones/lib.rs.html index cdf8b9467f..13194284af 100644 --- a/main/api/src/agones/lib.rs.html +++ b/main/api/src/agones/lib.rs.html @@ -729,6 +729,16 @@

Files

727 728 729 +730 +731 +732 +733 +734 +735 +736 +737 +738 +739

/*
  * Copyright 2022 Google LLC
  *
@@ -791,10 +801,9 @@ 

Files

mod relay; mod sidecar; -#[allow(dead_code)] -static CLIENT: OnceCell<Client> = OnceCell::const_new(); -#[allow(dead_code)] -const IMAGE_TAG: &str = "IMAGE_TAG"; +pub static CLIENT: OnceCell<Client> = OnceCell::const_new(); +pub const IMAGE_TAG: &str = "IMAGE_TAG"; +pub const PREV_IMAGE_TAG: &str = "PREV_IMAGE_TAG"; const DELETE_DELAY_SECONDS: &str = "DELETE_DELAY_SECONDS"; /// A simple udp server that returns packets that are sent to it. /// See: <https://github.com/googleforgames/agones/tree/main/examples/simple-game-server> @@ -813,6 +822,7 @@

Files

pub namespace: String, /// The name and tag of the Quilkin image being tested pub quilkin_image: String, + pub prev_quilkin_image: String, } impl Client { @@ -831,7 +841,8 @@

Files

Client { kubernetes: client.clone(), namespace: setup_namespace(client).await, - quilkin_image: env::var(IMAGE_TAG).unwrap(), + quilkin_image: env::var(IMAGE_TAG).expect(IMAGE_TAG), + prev_quilkin_image: env::var(PREV_IMAGE_TAG).expect(PREV_IMAGE_TAG), } }) .await @@ -1034,7 +1045,7 @@

Files

rbac_name.into() } -/// Create a Deployment with a singular Quilkin proxy, and return it's address. +/// Create a Deployment with a singular Quilkin proxy, and return its address. /// The `name` variable is used as role={name} for label lookup. pub async fn quilkin_proxy_deployment( client: &Client, @@ -1042,6 +1053,7 @@

Files

name: String, host_port: u16, management_server: String, + current: bool, ) -> SocketAddr { let pp = PostParams::default(); let mut container = quilkin_container( @@ -1051,6 +1063,7 @@

Files

format!("--management-server={management_server}"), ]), None, + current, ); // we'll use a host port, since spinning up a load balancer takes a long time. @@ -1311,10 +1324,17 @@

Files

client: &Client, args: Option<Vec<String>>, volume_mount: Option<String>, + current: bool, ) -> Container { + let image = if current { + client.quilkin_image.clone() + } else { + client.prev_quilkin_image.clone() + }; + let mut container = Container { name: "quilkin".into(), - image: Some(client.quilkin_image.clone()), + image: Some(image), args, env: Some(vec![EnvVar { name: "RUST_LOG".to_string(), diff --git a/main/api/src/agones/pod.rs.html b/main/api/src/agones/pod.rs.html index 0ae8b35a69..47904a32f6 100644 --- a/main/api/src/agones/pod.rs.html +++ b/main/api/src/agones/pod.rs.html @@ -99,7 +99,7 @@

Files

..Default::default() }, spec: Some(PodSpec { - containers: vec![quilkin_container(&client, Some(cmds), None)], + containers: vec![quilkin_container(&client, Some(cmds), None, true)], ..Default::default() }), status: None, diff --git a/main/api/src/agones/provider.rs.html b/main/api/src/agones/provider.rs.html index a5864c5574..87e41a5fe7 100644 --- a/main/api/src/agones/provider.rs.html +++ b/main/api/src/agones/provider.rs.html @@ -254,6 +254,7 @@

Files

252 253 254 +255
/*
  * Copyright 2022 Google LLC
  *
@@ -334,6 +335,7 @@ 

Files

PROXY_DEPLOYMENT.into(), 7005, "http://quilkin-manage-agones:7800".into(), + true, ) .await; @@ -466,7 +468,7 @@

Files

..Default::default() }), spec: Some(PodSpec { - containers: vec![quilkin_container(client, Some(args), None)], + containers: vec![quilkin_container(client, Some(args), None, true)], service_account_name: Some(rbac_name), ..Default::default() }), diff --git a/main/api/src/agones/relay.rs.html b/main/api/src/agones/relay.rs.html index 6080d43acf..9bcecb94c5 100644 --- a/main/api/src/agones/relay.rs.html +++ b/main/api/src/agones/relay.rs.html @@ -316,6 +316,90 @@

Files

314 315 316 +317 +318 +319 +320 +321 +322 +323 +324 +325 +326 +327 +328 +329 +330 +331 +332 +333 +334 +335 +336 +337 +338 +339 +340 +341 +342 +343 +344 +345 +346 +347 +348 +349 +350 +351 +352 +353 +354 +355 +356 +357 +358 +359 +360 +361 +362 +363 +364 +365 +366 +367 +368 +369 +370 +371 +372 +373 +374 +375 +376 +377 +378 +379 +380 +381 +382 +383 +384 +385 +386 +387 +388 +389 +390 +391 +392 +393 +394 +395 +396 +397 +398 +399 +400
/*
  * Copyright 2023 Google LLC All Rights Reserved.
  *
@@ -369,12 +453,23 @@ 

Files

TOKEN_KEY, }; + const SLOW: Duration = Duration::from_secs(30); + #[tokio::test] #[serial] /// Test for Agones Provider integration. Since this will look at all GameServers in the namespace /// for this test, we should only run Agones integration test in a serial manner, since they /// could easily collide with each other. async fn agones_token_router() { + run_test(true, true, true, 0).await; + run_test(true, true, false, 1).await; + run_test(true, false, true, 2).await; + run_test(false, true, true, 3).await; + } + + async fn run_test(proxy: bool, relay: bool, agent: bool, id: u8) { + println!("running agones_token_router {id}"); + let client = Client::new().await; let config_maps: Api<ConfigMap> = client.namespaced_api(); let deployments: Api<Deployment> = client.namespaced_api(); @@ -385,15 +480,17 @@

Files

let dp = DeleteParams::default(); let config_map = create_token_router_config(&config_maps).await; - agones_agent_deployment(&client, deployments.clone()).await; + let (relay_name, agent_name) = + agones_agent_deployment(&client, deployments.clone(), relay, agent, id).await; - let relay_proxy_name = "quilkin-relay-proxy"; + let relay_proxy_name = format!("quilkin-relay-proxy-{id}"); let proxy_address = quilkin_proxy_deployment( &client, deployments.clone(), - relay_proxy_name.into(), + relay_proxy_name.clone(), 7005, - "http://quilkin-relay-agones:7800".into(), + format!("http://{relay_name}:7800"), + proxy, ) .await; @@ -416,8 +513,12 @@

Files

// Proxy Deployment should be ready, since there is now an endpoint if timeout( - Duration::from_secs(30), - await_condition(deployments.clone(), relay_proxy_name, is_deployment_ready()), + SLOW, + await_condition( + deployments.clone(), + &relay_proxy_name, + is_deployment_ready(), + ), ) .await .is_err() @@ -475,15 +576,77 @@

Files

} assert!(failed, "Packet should have failed"); + println!("deleting resources..."); + use either::Either; + let cm_name = config_map.name_unchecked(); // cleanup - config_maps - .delete(&config_map.name_unchecked(), &dp) + match config_maps + .delete(&cm_name, &dp) .await - .unwrap(); + .expect("failed to delete config map") + { + Either::Left(_) => { + timeout( + SLOW, + await_condition( + deployments.clone(), + &relay_proxy_name, + kube::runtime::conditions::is_deleted(&cm_name), + ), + ) + .await + .expect("failed to delete config map within timeout") + .expect("failed to delete config map"); + println!("...config map deleted"); + } + Either::Right(_) => { + println!("config map deleted"); + } + } + + async fn delete_deployment(dp: &Api<Deployment>, name: &str) -> Result<(), kube::Error> { + async fn inner(dp: &Api<Deployment>, name: &str) -> Result<(), kube::Error> { + if let Either::Left(d) = dp.delete(name, &DeleteParams::default()).await? { + await_condition( + dp.clone(), + name, + kube::runtime::conditions::is_deleted(&d.uid().unwrap()), + ) + .await + .map_err(|err| kube::Error::Service(Box::new(err)))?; + } + + Ok(()) + } + + timeout(SLOW, inner(dp, name)).await.map_err(|_err| { + kube::Error::Api(kube::error::ErrorResponse { + message: format!("failed to delete deployment {name} within {SLOW:?}"), + status: String::new(), + reason: String::new(), + code: 408, + }) + })??; + println!("deployment {name} deleted"); + Ok(()) + } + + tokio::try_join!( + delete_deployment(&deployments, &relay_proxy_name), + delete_deployment(&deployments, &agent_name), + delete_deployment(&deployments, &relay_name), + ) + .expect("failed to delete deployment(s) within timeout"); } /// Deploys the Agent and Relay Server Deployments and Services - async fn agones_agent_deployment(client: &Client, deployments: Api<Deployment>) { + async fn agones_agent_deployment( + client: &Client, + deployments: Api<Deployment>, + relay: bool, + agent: bool, + id: u8, + ) -> (String, String) { let service_accounts: Api<ServiceAccount> = client.namespaced_api(); let cluster_roles: Api<ClusterRole> = Api::all(client.kubernetes.clone()); let role_bindings: Api<RoleBinding> = client.namespaced_api(); @@ -495,6 +658,8 @@

Files

create_agones_rbac_read_account(client, service_accounts, cluster_roles, role_bindings) .await; + let relay_name = format!("quilkin-relay-agones-{id}"); + // Setup the relay let args = [ "relay", @@ -507,7 +672,7 @@

Files

let labels = BTreeMap::from([("role".to_string(), "relay".to_string())]); let deployment = Deployment { metadata: ObjectMeta { - name: Some("quilkin-relay-agones".into()), + name: Some(relay_name.clone()), labels: Some(labels.clone()), ..Default::default() }, @@ -523,7 +688,7 @@

Files

..Default::default() }), spec: Some(PodSpec { - containers: vec![quilkin_container(client, Some(args), None)], + containers: vec![quilkin_container(client, Some(args), None, relay)], service_account_name: Some(rbac_name.clone()), ..Default::default() }), @@ -537,7 +702,7 @@

Files

// relay service let service = Service { metadata: ObjectMeta { - name: Some("quilkin-relay-agones".into()), + name: Some(relay_name.clone()), ..Default::default() }, spec: Some(ServiceSpec { @@ -566,8 +731,8 @@

Files

let name = relay_deployment.name_unchecked(); let result = timeout( - Duration::from_secs(30), - await_condition(deployments.clone(), name.as_str(), is_deployment_ready()), + SLOW, + await_condition(deployments.clone(), &name, is_deployment_ready()), ) .await; if result.is_err() { @@ -577,11 +742,13 @@

Files

} result.unwrap().expect("Should have a relay deployment"); + let agent_name = format!("quilkin-agones-agent-{id}"); + // agent deployment let args = [ "agent", "--relay", - "http://quilkin-relay-agones:7900", + &format!("http://{relay_name}:7900"), "agones", "--config-namespace", client.namespace.as_str(), @@ -593,7 +760,7 @@

Files

let labels = BTreeMap::from([("role".to_string(), "agent".to_string())]); let deployment = Deployment { metadata: ObjectMeta { - name: Some("quilkin-agones-agent".into()), + name: Some(agent_name.clone()), labels: Some(labels.clone()), ..Default::default() }, @@ -609,7 +776,7 @@

Files

..Default::default() }), spec: Some(PodSpec { - containers: vec![quilkin_container(client, Some(args), None)], + containers: vec![quilkin_container(client, Some(args), None, agent)], service_account_name: Some(rbac_name), ..Default::default() }), @@ -621,7 +788,7 @@

Files

let agent_deployment = deployments.create(&pp, &deployment).await.unwrap(); let name = agent_deployment.name_unchecked(); let result = timeout( - Duration::from_secs(30), + SLOW, await_condition(deployments.clone(), name.as_str(), is_deployment_ready()), ) .await; @@ -630,6 +797,7 @@

Files

panic!("Agent Deployment should be ready"); } result.unwrap().expect("Should have an agent deployment"); + (relay_name, agent_name) } }
\ No newline at end of file diff --git a/main/api/src/agones/sidecar.rs.html b/main/api/src/agones/sidecar.rs.html index fe05da4423..ad81780044 100644 --- a/main/api/src/agones/sidecar.rs.html +++ b/main/api/src/agones/sidecar.rs.html @@ -137,6 +137,7 @@

Files

135 136 137 +138
/*
  * Copyright 2022 Google LLC
  *
@@ -239,6 +240,7 @@ 

Files

&client, Some(vec!["proxy".into()]), Some(mount_name.clone()), + true, )); template.volumes = Some(vec![Volume { diff --git a/main/book/installation.html b/main/book/installation.html index e2da645c36..44ef4b0f79 100644 --- a/main/book/installation.html +++ b/main/book/installation.html @@ -183,7 +183,7 @@

Result<(), FilterError> { ctx.contents.extend_from_slice(b\"Hello\"); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents.extend_from_slice(b\"Goodbye\"); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Filter","id":"128","title":"Filter"},"129":{"body":"Represents metadata needed for your [Filter], most of it has to with defining configuration, for now we can use () as we have no configuration currently. # use quilkin::filters::prelude::*;\n# struct Greet;\n# impl Filter for Greet {}\nimpl StaticFilter for Greet { const NAME: &'static str = \"greet.v1\"; type Configuration = (); type BinaryConfiguration = (); fn try_from_config(config: Option) -> Result { Ok(Self) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » StaticFilter","id":"129","title":"StaticFilter"},"13":{"body":"This is an ongoing discussion, and since console development is protected by non-disclosure agreements, we can't comment on this directly. That being said, we have an Unreal Engine for games in circumstances where compiling Rust or providing a separate Quilkin binary as an executable is not an option.","breadcrumbs":"FAQ » I would like to run Quilkin as a client side proxy on a console? Can I do that?","id":"13","title":"I would like to run Quilkin as a client side proxy on a console? Can I do that?"},"130":{"body":"We can run the proxy using Proxy::run function. Let's add a main function that does that. Quilkin relies on the Tokio async runtime, so we need to import that crate and wrap our main function with it. We can also register custom filters in quilkin using FilterRegistry::register Add Tokio as a dependency in Cargo.toml. [dependencies]\nquilkin = \"0.2.0\"\ntokio = { version = \"1\", features = [\"full\"]} Add a main function that starts the proxy. // src/main.rs\n#[tokio::main]\nasync fn main() -> quilkin::Result<()> { quilkin::filters::FilterRegistry::register(vec![Greet::factory()].into_iter()); let (_shutdown_tx, shutdown_rx) = quilkin::make_shutdown_channel(quilkin::ShutdownKind::Normal); let proxy = quilkin::Proxy::default(); let config = quilkin::Config::default_non_agent(); config.filters.store(std::sync::Arc::new( quilkin::filters::FilterChain::try_create([quilkin::config::Filter { name: Greet::NAME.into(), label: None, config: None, }])?, )); config.clusters.modify(|map| { map.insert_default( [quilkin::net::endpoint::Endpoint::new( (std::net::Ipv4Addr::LOCALHOST, 4321).into(), )] .into(), ) }); proxy .run(config.into(), Default::default(), None, shutdown_rx) .await\n} Now, let's try out the proxy. The following configuration starts our extended version of the proxy at port 7777 and forwards all packets to an upstream server at port 4321. # quilkin.yaml\nversion: v1alpha1\nfilters: - name: greet.v1\nclusters: - endpoints: - address: 127.0.0.1:4321 Next we to setup our network of services, for this example we're going to use the netcat tool to spawn a UDP echo server and interactive client for us to send packets over the wire. # Start the proxy\ncargo run -- &\n# Start a UDP listening server on the configured port\nnc -lu 127.0.0.1 4321 &\n# Start an interactive UDP client that sends packet to the proxy\nnc -u 127.0.0.1 7777 Whatever we pass to the client should now show up with our modification on the listening server's standard output. For example typing Quilkin in the client prints Hello Quilkin on the server.","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Running","id":"130","title":"Running"},"131":{"body":"Let's extend the Greet filter to have a configuration that contains what greeting to use. The Serde crate is used to describe static YAML configuration in code while Tonic / Prost is used to describe dynamic configuration as Protobuf messages when talking to a management server .","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Configuration","id":"131","title":"Configuration"},"132":{"body":"First let's create the type for our configuration: Add the yaml parsing crates to Cargo.toml: # [dependencies]\nserde = \"1.0\"\nserde_yaml = \"0.8\" Define a struct representing the config: // src/main.rs\n#[derive(Serialize, Deserialize, Debug, schemars::JsonSchema)]\nstruct Config { greeting: String,\n} Update the Greet Filter to take in greeting as a parameter: // src/main.rs\nstruct Greet { config: Config,\n} #[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents .prepend_from_slice(format!(\"{} \", self.config.greeting).as_bytes()); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents .prepend_from_slice(format!(\"{} \", self.config.greeting).as_bytes()); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » YAML Configuration","id":"132","title":"YAML Configuration"},"133":{"body":"Quilkin comes with out-of-the-box support for xDS management, and as such needs to communicate filter configuration over Protobuf with management servers and clients to synchronise state across the network. So let's add the binary version of our Greet configuration. Add the proto parsing crates to Cargo.toml: [dependencies]\n# ...\ntonic = \"0.5.0\"\nprost = \"0.7\"\nprost-types = \"0.7\" Create a Protobuf equivalent of our YAML configuration. // src/greet.proto\nsyntax = \"proto3\"; package greet; message Greet { string greeting = 1;\n} Generate Rust code from the proto file:","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Protobuf Configuration","id":"133","title":"Protobuf Configuration"},"134":{"body":"Use something like proto-gen to generate Rust code for the protobuf. At that point it is just normal rust code and can be included from where you placed the generated code, eg. generated. mod generated;\nuse generated::greet as proto;","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Generated - Recommended","id":"134","title":"Generated - Recommended"},"135":{"body":"There are a few ways to generate Prost code from proto, we will use the prost_build crate in this example. Add the following required crates to Cargo.toml, and then add a build script to generate the following Rust code during compilation: # [dependencies]\nbytes = \"1.0\" # [build-dependencies]\nprost-build = \"0.7\" // src/build.rs\nfn main() { // Remove if you already have `protoc` installed in your system. std::env::set_var(\"PROTOC\", protobuf_src::protoc()); prost_build::compile_protos(&[\"src/greet.proto\"], &[\"src/\"]).unwrap();\n} To include the generated code, we'll use [tonic::include_proto]. // src/main.rs\n#[allow(warnings, clippy::all)]\n// ANCHOR: include_proto\nmod proto { tonic::include_proto!(\"greet\");\n} Then we just need to implement std::convert::TryFrom for converting the protobuf message to equivalent configuration. // src/main.rs\nimpl TryFrom for Config { type Error = ConvertProtoConfigError; fn try_from(p: proto::Greet) -> Result { Ok(Self { greeting: p.greeting, }) }\n} impl From for proto::Greet { fn from(config: Config) -> Self { Self { greeting: config.greeting, } }\n} Now, let's update Greet's StaticFilter implementation to use the two configurations. // src/main.rs\nuse quilkin::filters::StaticFilter; impl StaticFilter for Greet { const NAME: &'static str = \"greet.v1\"; type Configuration = Config; type BinaryConfiguration = proto::Greet; fn try_from_config(config: Option) -> Result { Ok(Self { config: Self::ensure_config_exists(config)?, }) }\n} That's it! With these changes we have wired up static configuration for our filter. Try it out with the following configuration: # quilkin.yaml\nversion: v1alpha1\nport: 7001\nfilters:\n- name: greet.v1 config: greeting: Hey\nendpoints:\n- address: 127.0.0.1:4321","breadcrumbs":"Proxy » Filters » Writing Custom Filters » At build time","id":"135","title":"At build time"},"136":{"body":"services ports Protocol QCMP 7600 UDP AND TCP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP and TCP. The purpose of this API is to provide meta operations that can be used by untrusted clients. Currently the API is focuses on providing pings for latency measurement but that may change overtime as new features are added.","breadcrumbs":"Proxy » Control Message Protocol » Quilkin Control Message Protocol (QCMP)","id":"136","title":"Quilkin Control Message Protocol (QCMP)"},"137":{"body":"The main functionality currently in QCMP is pinging, measuring the latency from one service to another over UDP. You can also measure the distance locally using the quilkin qcmp ping command. quilkin qcmp ping 127.0.0.1:7600","breadcrumbs":"Proxy » Control Message Protocol » Ping","id":"137","title":"Ping"},"138":{"body":"The following is a Kaitai Struct configuration of the protocol data unit accepted by Quilkin proxies. meta: id: quilkin_packet endian: be\nseq: - id: magic_header contents: \"QLKN\" - id: protocol_version type: u1 - id: packet_type type: u1 - id: packet_length type: u2 - id: packet size: packet_length type: switch-on: packet_type cases: 0: ping_packet 1: ping_reply_packet types: ping_packet: doc: | Sent by a client to a proxy containing the time when the client sent the packet along with a unique nonce. The timestamp should be a UTC unix timestamp in **nanoseconds**. seq: - id: nonce type: u1 - id: client_sent_timestamp type: u8 ping_reply_packet: doc: | A reply from a proxy containing the ping's nonce, the client sent time, the server's receive time, and the server's sent time. The timestamps should be UTC unix timestamps in **nanoseconds**. seq: - id: nonce type: u1 - id: client_sent_timestamp type: u8 - id: server_receive_timestamp type: u8 - id: server_sent_timestamp type: u8","breadcrumbs":"Proxy » Control Message Protocol » Protocol Data Unit","id":"138","title":"Protocol Data Unit"},"139":{"body":"In addition to being able to ping Quilkin to get the latency between the client and proxy. In order to allow clients to send information to services like a matchmaker about which datacentre they are closest to, Quilkin also includes the ability to get a proxy's latency to each of its connected datacentres. Note: This requires a multi-cluster relay setup, as when you set up proxies in the same cluster as gameservers, this measurement is redundant. All that is required to set this up is to provide an ICAO code to the agent in the gameserver cluster. (E.g. through the environment variable ICAO_CODE). No further setup is required. You can use duplicate ICAO codes , Quilkin will choose the best result amongst the duplicates to return. Quilkin assumes that multiple of the same ICAO code refer to the same phyiscal datacentre, so latency between them should negible. Why ICAO? ICAO is an international standard for airport codes, airport codes are an easy human readable code that makes it easy to use geo-visualisations in tools like Grafana, and easily allows grouping. IATA codes only cover major airports, ICAO codes cover practically every airport making them easy to more accurately represent the location of any datacentre.","breadcrumbs":"Proxy » Control Message Protocol » Datacenter Latency","id":"139","title":"Datacenter Latency"},"14":{"body":"This is an excellent question! Envoy is an amazing project, and has set many of the standards for how proxies are written and orchestrated , and was an inspiration for many of the decisions made on Quilkin. However, we decided to build this project separately: Envoy seems primarily focused on web/mobile network workloads (which makes total sense), whereas we wanted something specialised on gaming UDP communication, so having a leaner, more focused codebase would allow us to move faster. We found the Rust and Cargo ecosystem easier to work with than Bazel and C++, and figured our users would as well.","breadcrumbs":"FAQ » Any reason you didn't contribute this into/extend Envoy?","id":"14","title":"Any reason you didn't contribute this into/extend Envoy?"},"140":{"body":"Currently the datacentre latency can be retrieved by sending a GET / HTTP request to the QCMP port. The returned data is a JSON object with each key being the ICAO code for the datacentre, and the value being the latency in nanoseconds.","breadcrumbs":"Proxy » Control Message Protocol » API And Schema","id":"140","title":"API And Schema"},"141":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"141","title":"Proxy Metrics"},"142":{"body":"If Quilkin is provided a a MaxmindDB GeoIP database, Quilkin will log the following information in the maxmind information log, as well as populate the following fields in any metrics with matching labels. Field Description asn ASN Number organization The organisation responsible for the ASN country_code The corresponding country code ip_prefix The IP prefix CIDR address prefix_entity The name of the entity for the prefix address prefix_name The name of the prefix address Maxmind databases often require a licence and/or fee, so they aren't included by default with Quilkin.","breadcrumbs":"Proxy » Metrics » ASN Maxmind Information","id":"142","title":"ASN Maxmind Information"},"143":{"body":"The proxy exposes the following general metrics: quilkin_packets_processing_duration_seconds{event, asn, ip_prefix} (Histogram) The total duration of time in seconds that it took to process a packet. The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packets_dropped_total{reason, asn, ip_prefix} (Counter) The total number of packets (not associated with any session) that were dropped by proxy. Not that packets reflected by this metric were dropped at an earlier stage before they were associated with any session. For session based metrics, see the list of session metrics instead. reason = NoConfiguredEndpoints NoConfiguredEndpoints: No upstream endpoints were available to send the packet to. This can occur e.g if the endpoints cluster was scaled down to zero and the proxy is configured via a control plane. quilkin_cluster_active The number of currently active clusters. quilkin_cluster_active_endpoints The number of currently active upstream endpoints. Note that this tracks the number of endpoints that the proxy knows of rather than those that it is connected to (see Session Metrics instead for those) quilkin_bytes_total{event, asn, ip_prefix} The total number of bytes sent or recieved The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packets_total{event, asn, ip_prefix} The total number of packets sent or recieved. The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packet_jitter{event, asn, ip_prefix} The time between receiving new packets. quilkin_errors_total{event, asn, ip_prefix} The total number of errors encountered while reading a packet from the upstream endpoint.","breadcrumbs":"Proxy » Metrics » General Metrics","id":"143","title":"General Metrics"},"144":{"body":"The proxy exposes the following metrics around sessions: quilkin_session_active{asn, organization, country_code, ip_prefix, prefix_entity, prefix_name} The number of currently active sessions. If a maxmind database has been provided, the labels are populated: The asn label is the ASN number of the connecting client. The ip_prefixlabel is the IP prefix of the connecting client. quilkin_session_duration_secs (Histogram) A histogram over how long sessions lasted before they were torn down. Note that, by definition, active sessions are not included in this metric. quilkin_session_total (Counter) The total number of sessions that have been created.","breadcrumbs":"Proxy » Metrics » Session Metrics","id":"144","title":"Session Metrics"},"145":{"body":"Quilkin's filters use a set of generic metric keys, to make it easier to build visualisations that can account for a dynamic set of filters that can be added, removed, or updated at runtime with different configurations. All of these metrics share a common set of labels. Label Description id The ID of the filter that used the metric. label The name of the metric being measured. help The description of the filter metric. direction The direction of packet flow (e.g. read/write). quilkin_filter_int_counter{id, label, help, direction} Generic filter counter, see help label for more specific info. quilkin_filter_histogram{id, label, help, direction, shared_metadata_1} generic filter histogram, see help label for more specific info. quilkin_filter_read_duration_seconds{filter} The duration it took for a filter's read implementation to execute. Thefilter label is the name of the filter being executed. quilkin_filter_write_duration_seconds{filter} The duration it took for a filter's write implementation to execute. The filter label is the name of the filter being executed.","breadcrumbs":"Proxy » Metrics » Filter Metrics","id":"145","title":"Filter Metrics"},"146":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For single-cluster integration, Quilkin provides a manage service, that can be used with a number of configuration discovery providers to provide cluster configuration multiple proxys . With each provider automating the complexity of a full xDS management control plane via integrations with popular projects and common architecture patterns. To view all the providers and options for the manage subcommand, run: $ quilkin manage --help\nRuns Quilkin as a xDS management server, using `provider` as a configuration source Usage: quilkin manage [OPTIONS] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] -p, --port The TCP port to listen to, to serve discovery responses [env: QUILKIN_PORT=] [default: 7800] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] -h, --help Print help","breadcrumbs":"Control Plane » xDS Control Plane","id":"146","title":"xDS Control Plane"},"147":{"body":"In addition to static configuration provided upon startup, a Quiklin proxy's configuration can also be updated at runtime. The proxy can be configured on startup to talk to a set of management servers which provide it with updates throughout its lifecycle. Communication between the proxy and management server uses the xDS gRPC protocol , similar to an envoy proxy . xDS is one of the standard configuration mechanisms for software proxies and as a result, Quilkin can be setup to discover configuration resources from any API compatible server. Also, given that the protocol is well specified , it is similarly straight-forward to implement a custom server to suit any deployment's needs. As described within the xDS-api documentation, the xDS API comprises a set of resource discovery APIs, each serving a specific set of configuration resource types, while the protocol itself comes in several variants . Quilkin implements the Aggregated Discovery Service (ADS) Incremental xDS variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"147","title":"Overview"},"148":{"body":"Heavily influenced by xDS's Cluster Discovery Service , Endpoint Discovery Service , and Listener Discovery Service , Quilkin utilises its own custom Configuration xDS resources (reference) to enable dynamic configuration of Datacenters, Clusters, Endpoints and Filters through the Aggregated Discovery Service. This above reference also provides documentation for all the ProtoBuf definitions for all Filters that are available in Quilkin.","breadcrumbs":"Control Plane » xDS Configuration Resources","id":"148","title":"xDS Configuration Resources"},"149":{"body":"Connecting a Quilkin proxy to an xDS management server can be implemented via providing one or more URLs to the management_servers command line .","breadcrumbs":"Control Plane » Connecting to an xDS management server","id":"149","title":"Connecting to an xDS management server"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"150","title":"xDS Metrics"},"151":{"body":"Quilkin exposes the following metrics around the management servers and its resources when running as a UDP Proxy : quilkin_xds_connected_state (Gauge) A boolean that indicates whether or not the proxy is currently connected to a management server. A value 1 means that the proxy is connected while 0 means that it is not connected to any server at that point in time. quilkin_xds_update_attempt_total (Counter) The total number of attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server. quilkin_xds_update_success_total (Counter) The total number of successful attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server and was successfully applied by the proxy. quilkin_xds_update_failure_total (Counter) The total number of unsuccessful attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server and was rejected by the proxy (e.g due to a bad/inconsistent configuration). quilkin_xds_requests_total (Counter) The total number of DiscoveryRequest s made by the proxy to management servers. This tracks messages flowing in the direction from the proxy to the management server.","breadcrumbs":"Control Plane » Metrics » Proxy Mode","id":"151","title":"Proxy Mode"},"152":{"body":"The following metrics are exposed when Quilkin is running as an xDS provider . quilkin_management_server_connected_proxies (Gauge) The number of proxies currently connected to the server. quilkin_management_server_discovery_requests_total{request_type} (Counter) The total number of xDS Discovery requests received across all proxies. request_type = type.googleapis.com/envoy.config.cluster.v3.Cluster | type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment | type.googleapis.com/envoy.config.listener.v3.Listener Type URL of the requested resource quilkin_management_server_discovery_responses_total (Counter) The total number of xDS Discovery responses sent back across all proxies in response to Discovery Requests. Each Discovery response sent corresponds to a configuration update for some proxy. request_type = type.googleapis.com/envoy.config.cluster.v3.Cluster | type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment | type.googleapis.com/envoy.config.listener.v3.Listener Type URL of the requested resource quilkin_management_server_endpoints_total (Gauge) The number of active endpoints discovered by the server. The number of active endpoints correlates with the size of the cluster configuration update sent to proxies. quilkin_management_server_snapshot_generation_errors_total (Counter) The total number of errors encountered while generating a configuration snapshot update for a proxy. quilkin_management_server_snapshots_generated_total (Counter) The total number of configuration snapshot generated across all proxies. A snapshot corresponds to a point in time view of a proxy's configuration. However it does not necessarily correspond to a proxy update - a proxy only gets the latest snapshot so it might miss intermediate snapshots if it lags behind. quilkin_management_server_snapshots_cache_size (Gauge) The current number of snapshots in the in-memory snapshot cache. This corresponds 1-1 to proxies that connect to the server. However the number may be slightly higher than the number of connected proxies since snapshots for disconnected proxies are only periodically cleared from the cache.","breadcrumbs":"Control Plane » Metrics » xDS Provider Mode","id":"152","title":"xDS Provider Mode"},"153":{"body":"The Agones xDS Provider is built to simplify Quilkin integration with Agones game server hosting on top of Kubernetes . This provider watches for changes in Agones GameServer resources in a cluster, and utilises that information to provide Endpoint information to connected Quilkin proxies. To view all the options for the agones provider subcommand, run: $ quilkin manage agones --help\nWatches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration Usage: quilkin manage agones [OPTIONS] Options: -c, --config-namespace The namespace under which the configmap is stored [env: QUILKIN_AGONES_CONFIG_NAMESPACE=] -g, --gameservers-namespace The namespace under which the game servers run [env: QUILKIN_AGONES_GAMESERVERS_NAMESPACE=] [default: default] -h, --help Print help Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"153","title":"Agones xDS Provider"},"154":{"body":"This provider watches the Kubernetes clusters for Allocated Agones GameServers and exposes their IP address and Port as Endpoints to any connected Quilkin proxies. Since an Agones GameServer can have multiple ports exposed, if multiple ports are in use, the server will pick the first port in the port list. By default the Agones xDS provider will look in the default namespace for any GameServer resources, but it can be configured via the --gameservers-namespace argument.","breadcrumbs":"Control Plane » Providers » Agones » Endpoint Configuration","id":"154","title":"Endpoint Configuration"},"155":{"body":"The set of access tokens for the associated Endpoint can be set by adding a comma separated standard base64 encoded strings. This must be added under an annotation quilkin.dev/tokens in the GameServer 's metadata. For example: annotations: # Sets two tokens for the corresponding endpoint with values 1x7ijy6 and 8gj3v2i respectively. quilkin.dev/tokens: MXg3aWp5Ng==,OGdqM3YyaQ==","breadcrumbs":"Control Plane » Providers » Agones » Access Tokens","id":"155","title":"Access Tokens"},"156":{"body":"The Agones provider watches for a singular ConfigMap that has the label of quilkin.dev/configmap: \"true\", and any changes that happen to it, and use its contents to send Filter configuration to any connected Quilkin proxies. The ConfigMap contents should be a valid Quilkin file configuration , but with no Endpoint data. For example: apiVersion: v1\nkind: ConfigMap\nmetadata: name: quilkin-xds-filter-config labels: quilkin.dev/configmap: \"true\"\ndata: quilkin.yaml: | version: v1alpha1 filters: - name: quilkin.filters.capture.v1alpha1.Capture config: suffix: size: 3 remove: true - name: quilkin.filters.token_router.v1alpha1.TokenRouter By default the Agones xDS provider will look in the default namespace for this ConfigMap, but it can be configured via the --config-namespace argument.","breadcrumbs":"Control Plane » Providers » Agones » Filter Configuration","id":"156","title":"Filter Configuration"},"157":{"body":"As an example, the following runs the server with subcommnad manage agones against a cluster (using default kubeconfig authentication) where Quilkin pods run in the quilkin namespace and GameServer pods run in the gameservers namespace: quilkin manage agones --config-namespace quilkin --gameservers-namespace gameservers For a full referenmce of deploying this provider in a Kubernetes cluster, with appropriate Deployments , Services , and RBAC Rules, there is an Agones, xDS and Xonotic example .","breadcrumbs":"Control Plane » Providers » Agones » Usage","id":"157","title":"Usage"},"158":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. To view all the options for the file provider subcommand, run: $ quilkin manage agones --help\nWatches for changes to the file located at `path` Usage: quilkin manage file Arguments: The path to the source config [env: QUILKIN_FS_PATH=] Options: -h, --help Print help For example: quilkin manage file quilkin.yaml We run this on port 1800, in this example, in case you are running this locally, and the default port is taken up by an existing Quilkin proxy. After running this command, any proxy that connects to port 18000 will receive updates as configured in config.yaml file. You can find the configuration file schema in Configuration File . Example: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: hello\nclusters: - endpoints: - address: 123.0.0.1:29 metadata: 'quilkin.dev': tokens: - 'MXg3aWp5Ng=='\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Control Plane » Providers » Filesystem » Filesystem xDS Provider","id":"158","title":"Filesystem xDS Provider"},"159":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » Protocol Documentation","id":"159","title":"Protocol Documentation"},"16":{"body":"A *nix terminal A binary release of Quilkin from the Github releases page or by running cargo install quilkin ncat netcat","breadcrumbs":"Netcat » Requirements","id":"16","title":"Requirements"},"160":{"body":"quilkin/relay/v1alpha1/relay.proto AggregatedControlPlaneDiscoveryService quilkin/config/v1alpha1/config.proto Cluster ClusterMap Datacenter Endpoint Filter FilterChain Host Ipv6 Locality quilkin/filters/capture/v1alpha1/capture.proto Capture Capture.Prefix Capture.Regex Capture.Suffix quilkin/filters/compress/v1alpha1/compress.proto Compress Compress.ActionValue Compress.ModeValue Compress.Action Compress.Mode quilkin/filters/concatenate/v1alpha1/concatenate.proto Concatenate Concatenate.StrategyValue Concatenate.Strategy quilkin/filters/debug/v1alpha1/debug.proto Debug quilkin/filters/drop/v1alpha1/drop.proto Drop quilkin/filters/firewall/v1alpha1/firewall.proto Firewall Firewall.PortRange Firewall.Rule Firewall.Action quilkin/filters/load_balancer/v1alpha1/load_balancer.proto LoadBalancer LoadBalancer.PolicyValue LoadBalancer.Policy quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto LocalRateLimit quilkin/filters/match/v1alpha1/match.proto Match Match.Branch Match.Config quilkin/filters/pass/v1alpha1/pass.proto Pass quilkin/filters/token_router/v1alpha1/token_router.proto TokenRouter quilkin/filters/timestamp/v1alpha1/timestamp.proto Timestamp Scalar Value Types Top","breadcrumbs":"Control Plane » Protobuf Reference » Table of Contents","id":"160","title":"Table of Contents"},"161":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/relay/v1alpha1/relay.proto","id":"161","title":"quilkin/relay/v1alpha1/relay.proto"},"162":{"body":"The Manager Discovery Service provides an RPC for a management service to upstream its configuration to a relay service. This RPC works essentially the same as xDS, except instead of the client connecting to the server to receive configuration, the client is connecting to the server send its configuration. This service enables the relay to merge the configuration of all currently live management servers as a single aggregated xDS server without the relay needing to maintain a list of xDS servers to connect to in the relay itself. Method Name Request Type Response Type Description StreamAggregatedResources .envoy.service.discovery.v3.DiscoveryResponse stream .envoy.service.discovery.v3.DiscoveryRequest stream This RPC is not supported but remains here as part of the xDS standard, as Quilkin only uses a delta configuration transport for performance reasons. DeltaAggregatedResources .envoy.service.discovery.v3.DeltaDiscoveryResponse stream .envoy.service.discovery.v3.DeltaDiscoveryRequest stream Delta (Incremental) xDS implementation Top","breadcrumbs":"Control Plane » Protobuf Reference » AggregatedControlPlaneDiscoveryService","id":"162","title":"AggregatedControlPlaneDiscoveryService"},"163":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/config/v1alpha1/config.proto","id":"163","title":"quilkin/config/v1alpha1/config.proto"},"164":{"body":"Field Type Label Description locality Locality endpoints Endpoint repeated","breadcrumbs":"Control Plane » Protobuf Reference » Cluster","id":"164","title":"Cluster"},"165":{"body":"Field Type Label Description clusters Cluster repeated","breadcrumbs":"Control Plane » Protobuf Reference » ClusterMap","id":"165","title":"ClusterMap"},"166":{"body":"Field Type Label Description host string qcmp_port uint32 icao_code string","breadcrumbs":"Control Plane » Protobuf Reference » Datacenter","id":"166","title":"Datacenter"},"167":{"body":"Field Type Label Description host string port uint32 metadata google.protobuf.Struct host2 Host","breadcrumbs":"Control Plane » Protobuf Reference » Endpoint","id":"167","title":"Endpoint"},"168":{"body":"Field Type Label Description name string label string optional config string optional","breadcrumbs":"Control Plane » Protobuf Reference » Filter","id":"168","title":"Filter"},"169":{"body":"Field Type Label Description filters Filter repeated","breadcrumbs":"Control Plane » Protobuf Reference » FilterChain","id":"169","title":"FilterChain"},"17":{"body":"So that we have a target for sending UDP packets to, let's use ncat to create a simple UDP echo process. To do this run: ncat -e $(which cat) -k -u -l 8080 This routes all UDP packets that ncat receives to the local cat process, which echoes it back.","breadcrumbs":"Netcat » 1. Start an udp echo service","id":"17","title":"1. Start an udp echo service"},"170":{"body":"Field Type Label Description name string ipv4 fixed32 ipv6 Ipv6","breadcrumbs":"Control Plane » Protobuf Reference » Host","id":"170","title":"Host"},"171":{"body":"Field Type Label Description first fixed64 second fixed64","breadcrumbs":"Control Plane » Protobuf Reference » Ipv6","id":"171","title":"Ipv6"},"172":{"body":"Field Type Label Description region string zone string sub_zone string Top","breadcrumbs":"Control Plane » Protobuf Reference » Locality","id":"172","title":"Locality"},"173":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/capture/v1alpha1/capture.proto","id":"173","title":"quilkin/filters/capture/v1alpha1/capture.proto"},"174":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue prefix Capture.Prefix suffix Capture.Suffix regex Capture.Regex","breadcrumbs":"Control Plane » Protobuf Reference » Capture","id":"174","title":"Capture"},"175":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Prefix","id":"175","title":"Capture.Prefix"},"176":{"body":"Field Type Label Description regex google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Regex","id":"176","title":"Capture.Regex"},"177":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Suffix","id":"177","title":"Capture.Suffix"},"178":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/compress/v1alpha1/compress.proto","id":"178","title":"quilkin/filters/compress/v1alpha1/compress.proto"},"179":{"body":"Field Type Label Description mode Compress.ModeValue on_read Compress.ActionValue on_write Compress.ActionValue","breadcrumbs":"Control Plane » Protobuf Reference » Compress","id":"179","title":"Compress"},"18":{"body":"Next let's configure Quilkin in proxy mode, with a static configuration that points at the UDP echo service we just started. quilkin proxy --to 127.0.0.1:8080 This configuration will start Quilkin on the default proxy port , and it will redirect all incoming UDP traffic to a single endpoint of 127.0.0.1, port 8080. You should see an output like the following: {\"timestamp\":\"2023-01-19T10:16:23.399277Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.6\n.0-dev\",\"commit\":\"72176a191ffc3a597e3834ee1d0090b30caf81d4\"},\"target\":\"quilkin::cli\",\"filename\":\"src/cli.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.399771Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"addres\ns\":\"0.0.0.0:8000\"},\"target\":\"quilkin::admin\",\"filename\":\"src/admin.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.400544Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7777,\"proxy_id\"\n:\"7e9fc464-6ccc-41fe-afc4-6c97089de9b8\"},\"target\":\"quilkin::proxy\",\"filename\":\"src/proxy.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.401192Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"qui","breadcrumbs":"Netcat » 2. Start Quilkin","id":"18","title":"2. Start Quilkin"},"180":{"body":"Field Type Label Description value Compress.Action","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ActionValue","id":"180","title":"Compress.ActionValue"},"181":{"body":"Field Type Label Description value Compress.Mode","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ModeValue","id":"181","title":"Compress.ModeValue"},"182":{"body":"Name Number Description DoNothing 0 Compress 1 Decompress 2","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Action","id":"182","title":"Compress.Action"},"183":{"body":"Name Number Description Snappy 0 Lz4 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Mode","id":"183","title":"Compress.Mode"},"184":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/concatenate/v1alpha1/concatenate.proto","id":"184","title":"quilkin/filters/concatenate/v1alpha1/concatenate.proto"},"185":{"body":"Field Type Label Description on_write Concatenate.StrategyValue on_read Concatenate.StrategyValue bytes bytes","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate","id":"185","title":"Concatenate"},"186":{"body":"Field Type Label Description value Concatenate.Strategy","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.StrategyValue","id":"186","title":"Concatenate.StrategyValue"},"187":{"body":"Name Number Description DoNothing 0 Append 1 Prepend 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.Strategy","id":"187","title":"Concatenate.Strategy"},"188":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/debug/v1alpha1/debug.proto","id":"188","title":"quilkin/filters/debug/v1alpha1/debug.proto"},"189":{"body":"Field Type Label Description id google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Debug","id":"189","title":"Debug"},"19":{"body":"In (yet 😃) another shell, let's use netcat to send an udp packet. Run the following to connect netcat to Quilkin's receiving port of 7000 via UDP (-u): nc -u 127.0.0.1 7777 Type the word \"test\" and hit enter, you should see it echoed back to you like so: nc -u 127.0.0.1 7777\ntest\ntest Feel free to send even more packets, as many as you would like 👍. Congratulations! You have successfully routed a UDP packet and back again with Quilkin! What's next? Run through the Quilkin with Agones quickstart . Have a look at some of the examples we have.","breadcrumbs":"Netcat » 3. Send a packet","id":"19","title":"3. Send a packet"},"190":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/drop/v1alpha1/drop.proto","id":"190","title":"quilkin/filters/drop/v1alpha1/drop.proto"},"191":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Drop","id":"191","title":"Drop"},"192":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/firewall/v1alpha1/firewall.proto","id":"192","title":"quilkin/filters/firewall/v1alpha1/firewall.proto"},"193":{"body":"Field Type Label Description on_read Firewall.Rule repeated on_write Firewall.Rule repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall","id":"193","title":"Firewall"},"194":{"body":"Field Type Label Description min uint32 max uint32","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.PortRange","id":"194","title":"Firewall.PortRange"},"195":{"body":"Field Type Label Description action Firewall.Action sources string repeated ports Firewall.PortRange repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Rule","id":"195","title":"Firewall.Rule"},"196":{"body":"Name Number Description Allow 0 Deny 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Action","id":"196","title":"Firewall.Action"},"197":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/load_balancer/v1alpha1/load_balancer.proto","id":"197","title":"quilkin/filters/load_balancer/v1alpha1/load_balancer.proto"},"198":{"body":"Field Type Label Description policy LoadBalancer.PolicyValue","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer","id":"198","title":"LoadBalancer"},"199":{"body":"Field Type Label Description value LoadBalancer.Policy","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.PolicyValue","id":"199","title":"LoadBalancer.PolicyValue"},"2":{"body":"Some of Quilkin's advantages: Lower development and operational costs for securing, monitoring and making reliable multiplayer game servers and their communications. Provide entry-point redundancy for your game clients to connect to - making it much harder to take down your game servers. Multiple integration patterns, allowing you to choose the level of integration that makes sense for your architecture. Remove non-game specific computation out of your game server's processing loop - and save that precious CPU for your game simulation!","breadcrumbs":"Introduction » Why use Quilkin?","id":"2","title":"Why use Quilkin?"},"20":{"body":"","breadcrumbs":"Agones + Xonotic (Sidecar) » Quickstart: Quilkin with Agones and Xonotic (Sidecar)","id":"20","title":"Quickstart: Quilkin with Agones and Xonotic (Sidecar)"},"200":{"body":"Name Number Description RoundRobin 0 Random 1 Hash 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.Policy","id":"200","title":"LoadBalancer.Policy"},"201":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto","id":"201","title":"quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto"},"202":{"body":"Field Type Label Description max_packets uint64 period google.protobuf.UInt32Value Top","breadcrumbs":"Control Plane » Protobuf Reference » LocalRateLimit","id":"202","title":"LocalRateLimit"},"203":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/match/v1alpha1/match.proto","id":"203","title":"quilkin/filters/match/v1alpha1/match.proto"},"204":{"body":"Field Type Label Description on_read Match.Config optional on_write Match.Config optional","breadcrumbs":"Control Plane » Protobuf Reference » Match","id":"204","title":"Match"},"205":{"body":"Field Type Label Description value google.protobuf.Value filter envoy.config.listener.v3.Filter","breadcrumbs":"Control Plane » Protobuf Reference » Match.Branch","id":"205","title":"Match.Branch"},"206":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue branches Match.Branch repeated fallthrough envoy.config.listener.v3.Filter Top","breadcrumbs":"Control Plane » Protobuf Reference » Match.Config","id":"206","title":"Match.Config"},"207":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/pass/v1alpha1/pass.proto","id":"207","title":"quilkin/filters/pass/v1alpha1/pass.proto"},"208":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Pass","id":"208","title":"Pass"},"209":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/token_router/v1alpha1/token_router.proto","id":"209","title":"quilkin/filters/token_router/v1alpha1/token_router.proto"},"21":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides.","breadcrumbs":"Agones + Xonotic (Sidecar) » Requirements","id":"21","title":"Requirements"},"210":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » TokenRouter","id":"210","title":"TokenRouter"},"211":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/timestamp/v1alpha1/timestamp.proto","id":"211","title":"quilkin/filters/timestamp/v1alpha1/timestamp.proto"},"212":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Timestamp","id":"212","title":"Timestamp"},"213":{"body":".proto Type Notes C++ Java Python Go C# PHP Ruby double double double float float64 double float Float float float float float float32 float float Float int32 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead. int32 int int int32 int integer Bignum or Fixnum (as required) int64 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead. int64 long int/long int64 long integer/string Bignum uint32 Uses variable-length encoding. uint32 int int/long uint32 uint integer Bignum or Fixnum (as required) uint64 Uses variable-length encoding. uint64 long int/long uint64 ulong integer/string Bignum or Fixnum (as required) sint32 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s. int32 int int int32 int integer Bignum or Fixnum (as required) sint64 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s. int64 long int/long int64 long integer/string Bignum fixed32 Always four bytes. More efficient than uint32 if values are often greater than 2^28. uint32 int int uint32 uint integer Bignum or Fixnum (as required) fixed64 Always eight bytes. More efficient than uint64 if values are often greater than 2^56. uint64 long int/long uint64 ulong integer/string Bignum sfixed32 Always four bytes. int32 int int int32 int integer Bignum or Fixnum (as required) sfixed64 Always eight bytes. int64 long int/long int64 long integer/string Bignum bool bool boolean boolean bool bool boolean TrueClass/FalseClass string A string must always contain UTF-8 encoded or 7-bit ASCII text. string String str/unicode string string string String (UTF-8) bytes May contain any arbitrary sequence of bytes. string ByteString str []byte ByteString string String (ASCII-8BIT)","breadcrumbs":"Control Plane » Protobuf Reference » Scalar Value Types","id":"213","title":"Scalar Value Types"},"214":{"body":"services ports Protocol ADS 7800 gRPC(IPv4 OR IPv6) CPDS 7900 gRPC(IPv4 OR IPv6) Note: This service is currently in active experimentation and development so there may be bugs which cause it to be unusable for production, as always all bug reports are welcome and appreciated. For multi-cluster integration, Quilkin provides a relay service, that can be used with a multiple control plane services in different clusters to provide a unified \"Aggregated Discovery Service\" endpoint for proxy services. To connect to a control plane to a relay, add the --relay flag to your control plane with the address of the relay. Then to connect a proxy service to the relay's ADS endpoint, you use the same --management-server argument for connecting to control planes. To view all options for the relay subcommand, run: $ quilkin relay --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin relay [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -m, --mds-port Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] -x, --xds-port Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -h, --help Print help Each sub-control planes (file, agones, etc) matches the quilkin manage providers capabilities. Have a look at each of the Control Plane > Providers documentation for integration details.","breadcrumbs":"Relay » Control Plane Relay","id":"214","title":"Control Plane Relay"},"215":{"body":"To get started with the relay service we need to start the relay service, and then setup our configuration source. For this we're going to the built-in relay client in the control plane service to forward information to the relay. For this demo we'll use the file provider for the control plane, but this example works with any configuration provider. # quilkin.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:8888 To start the relay, run the relay command: quilkin relay To spawn the control plane and have the control plane send its configuration, we need to run the manage command with the --relay flag with the address of the relay of the relay server we just spawned which is at port 7900 by default. We're also going to set --admin-address and --port flags to avoid port collision with the relay's admin and xds endpoints. quilkin --admin-address http://localhost:8001 \\ manage \\ --port 7801 \\ --relay http://localhost:7900 \\ file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Control Plane\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config Since the relay service also exposes a aDS control plane endpoint, that represents the merged set of all sources, to connect this to the proxy all we have to do is use the same --management-server flag that we use to specify the location of control planes, then the proxies will be able to pull configuration from the relay. quilkin --admin-address http://localhost:8002 proxy --management-server http://127.0.0.1:7800 We can also additionally add a second control plane source to the relay, which will be merged with our control plane's configuration to create a singular set of data that the proxies can query using xDS discovery requests. # quilkin2.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:9999 quilkin --admin-address http://localhost:8003 \\ manage \\ --port 7802 \\ --relay http://localhost:7900 \\ file quilkin.yaml And that's it! We've just setup control planes to look for configuration changes in our system, a relay to merge any changes into a unified dataset, and set up proxies that make use of that data to decide where and how to send packets.","breadcrumbs":"Relay » Quickstart","id":"215","title":"Quickstart"},"216":{"body":"services ports Protocol QCMP 7600 UDP(IPv4 OR IPv6) For multi-cluster integration, Quilkin provides a agent service, that can be deployed to a cluster to act as a beacon for QCMP pings and forward cluster configuration information to a relay service. Agent configuration sources matches that of the Management Server , such as Filesystem and Agones . To view all options for the agent subcommand, run: $ quilkin agent --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin agent [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -q, --qcmp-port Port for QCMP service [env: QCMP_PORT=] [default: 7600] -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [possible values: v4, v6, any] -i, --icao-code The ICAO code for the agent [env: ICAO_CODE=] [default: XXXX] -h, --help Print help","breadcrumbs":"Relay » Agents » Quilkin Agent","id":"216","title":"Quilkin Agent"},"217":{"body":"The simplest version of the agent service is just running quilkin agent, this will setup just the QCMP service allowing the agent to be pinged for measuring round-time-trips (RTT). quilkin agent To run an agent with the relay (see relay quickstart for more information), you just need to specify the relay endpoint with the --relay flag and provide a configuration discovery provider such as a configuration file or Agones. quilkin --admin-adress http://localhost:8001 agent --relay http://localhost:7900 file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Agent\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config","breadcrumbs":"Relay » Agents » Quickstart","id":"217","title":"Quickstart"},"218":{"body":"This is an unreal engine 5 plugin for Quilkin, a UDP proxy for gameservers. The plugin provides several features that you can use with Quilkin deployments, such as proxying game traffic, and latency measurement. You can also find guide level documentation on how the proxy works in the Quilkin Book .","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"218","title":"Quilkin Unreal Engine Plugin"},"219":{"body":"Copy this plugin to your Plugins folder in your Engine directory.","breadcrumbs":"Unreal Engine » Installation","id":"219","title":"Installation"},"22":{"body":"In this step, we're going to set up a Xonotic dedicated game server, with Quilkin running as a sidecar , which will give us access to all the metrics that Quilkin provides. kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml This applies two resources to your cluster: A Kubernetes ConfigMap with a basic Quilkin static configuration. An Agones Fleet specification with Quilkin running as a sidecar to Xonotic, such that it can process all the UDP traffic and pass it to the Xonotic dedicated game server. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-htc2x-84mzm Ready 34.94.107.201 7533 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-htc2x-sdp4k Ready 34.94.107.201 7599 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 1. Agones Fleet with Quilkin","id":"22","title":"1. Agones Fleet with Quilkin"},"220":{"body":"Static configuration is available in the editor through UQuilkinDeveloperSettings in \"Project Settings\". Dynamic configuration is available through UQuilkinConfigSubsystem, it is initialised from the settings provided in UQuilkinDeveloperSettings, but can also be updated in code, and users can bind individual properties to delegates allowing them to dynamically set based on custom logic. bool Enabled Whether the plugin will attach a versioned routing token to UDP packets to allow load balancers forward traffic to the correct gameserver. This also requires the address the clients connect to be a Quilkin load balancer, if connected directly to a gameserver the client will be rejected. bool EnabledInPie By default Enabled is disabled in editor to prevent interfering with local clients and gameservers, you can override this behaviour by also enabling EnabledInPie. TArray RoutingToken The routing token representing the gameserver a client wants to reach, the token must be 16 bytes exactly. Currently the plugin only supports using Enabled with a routing token to create the following layout. It is assumed that the routing token would come from an external service, such as a matchmaking system. | token | version X bytes | 16 bytes | 1 byte TArray Endpoints A set of Quilkin load balancer endpoints that can be used for the following features. bool MeasureEndpoints When enabled, the plugin will start a new Tick task that executes at a fixed interval (currently 30 seconds), where it will spawn a new background task that will ping each endpoint in Endpoints, and track its measurement in a fixed size circular buffer. Pings are handled through Quilkin Control Message Protocol, this is a bespoke protocol for UDP to be able to support situations where for example using ICMP is not possible, see the Quilkin Book for more details on the protocol data unit. Note MeasureEndpoints is orthogonal to Enabled and UseEndpoints meaning that you can use MeasureEndpoints for latency measurements without being required to also use Quilkin for game traffic. bool UseEndpoints Whether to use Endpoints for game traffic. When enabled, instead of using the provided FInternetAddr, the plugin will choose the lowest latency endpoint available and send traffic through that endpoint to connect to the gameserver, and if the latency should exceed JitterThreshold then the plugin will attempt to redirect traffic to the next available endpoint with the lowest latency.","breadcrumbs":"Unreal Engine » Configuration","id":"220","title":"Configuration"},"221":{"body":"Quilkin exposes a number of delegates to be able to access certain information, they can be accessed through the FQuilkinDelegates class. GetQuilkinEndpointMeasurements returns TArray representing each endpoint set in Endpoints with their median latency. The array will be empty if no endpoints have been set and MeasureEndpoints is not enabled. GetLowestLatencyEndpoint returns TOptional is a specialisation of GetQuilkinEndpointMeasurements returning the lowest latency endpoint and its median latency. The delegate will return None if the array is empty and MeasureEndpoints is not enabled.","breadcrumbs":"Unreal Engine » Delegates","id":"221","title":"Delegates"},"222":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"222","title":"Administration"},"223":{"body":"By default, Quilkin will log INFO level events, you can change this by setting the RUST_LOG environment variable. See log documentation for more advanced usage. If you are debugging Quilkin set the RUST_LOG environment variable to quilkin=trace, to filter trace level logging to only Quilkin components. Verbose logging in Quilkin will affect performance considerably, so we recommend only turning it on for debugging purposes.","breadcrumbs":"Administration » Logging","id":"223","title":"Logging"},"224":{"body":"Quilkin exposes an HTTP interface to query different aspects of the server. It is assumed that the administration interface will only ever be able to be accessible on localhost. By default, the administration interface is bound to [::]:8000, but it can be configured with the --admin-address CLI flag or the QUILKIN_ADMIN_ADDRESS environment.","breadcrumbs":"Administration » HTTP API","id":"224","title":"HTTP API"},"225":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"225","title":"Endpoints"},"226":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Liveness is defined as \"hasn't panicked\", as long as the process has not panicked quilkin is considered live.","breadcrumbs":"Administration » /live","id":"226","title":"/live"},"227":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Readiness is service and provider specific, so based on what you're running there will be different criteria for a service to be considered ready. Here's a list of the criteria for each service an provider. Service Readiness Proxy Management server is connected (or always true if config is static) OR if there is more than one endpoint configured Manage Provider is ready Relay Provider is ready Agent Provider is ready AND connected to relay Provider Readiness Agones The service is connected to kube-api File The service has found and watches the file When setting thresholds for your proxy probes, you generally want to set a low check period (e.g. periodSeconds=1) and a low success threshold (e.g. successThreshold=1), but a high failureThreshold (e.g. failureThreshold=60) and terminationGracePeriodSeconds to allow for backoff attempts and existing player sessions to continue without disruption. Proxy Mode Will return an HTTP status of 200 when there is at least one endpoint to send data to. This is primarily to ensure that new proxies that have yet to get configuration information from an xDS server aren't send data until they are fully populated. xDS Provider Mode Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /ready","id":"227","title":"/ready"},"228":{"body":"Outputs Prometheus formatted metrics for this instance. See the Proxy Metrics documentation for what proxy metrics are available. See the xDS Metrics documentation for what xDS metrics are available. Heap Allocation Metrics Quilkin exposes the following metrics on heap allocations, which are useful for performance observability: quilkin_allocation_bytes_total (Counter) The total number of allocated bytes. quilkin_allocation_total (Counter) The total number of allocations. quilkin_extant_allocation_size (Gauge) The current total of extant allocation bytes. quilkin_extant_allocation_count (Gauge) The current number of extant allocations\"","breadcrumbs":"Administration » /metrics","id":"228","title":"/metrics"},"229":{"body":"This provides a endpoint to profile Quilkin's performance. You can use with any system which supports pprof output such as Pyroscope . This requires setting up a writable /tmp directory in the Quilkin container. E.g. apiVersion: apps/v1\nkind: Deployment\nspec: template: spec: containers: - name: quilkin # ...Other container configuration... volumeMounts: - mountPath: /tmp name: tmp subPath: tmp volumes: - name: tmp emptyDir: medium: Memory sizeLimit: 64Mi","breadcrumbs":"Administration » /debug/pprof/profile","id":"229","title":"/debug/pprof/profile"},"23":{"body":"Usually with Agones you would Allocate a GameServer, but we'll skip this step for this example. Choose one of the listed GameServers from the previous step, and connect to the IP and port of the Xonotic server via the \"Multiplayer > Address\" field in the Xonotic client in the format of {IP}:{PORT}. xonotic-address.png You should now be playing a game of Xonotic against 4 bots!","breadcrumbs":"Agones + Xonotic (Sidecar) » 2. Play Xonotic!","id":"23","title":"2. Play Xonotic!"},"230":{"body":"Returns a JSON representation of the cluster and filterchain configuration that the instance is running with at the time of invocation.","breadcrumbs":"Administration » /config","id":"230","title":"/config"},"231":{"body":"The Quilkin proxy can be integrated with your dedicated game servers in several ways, each providing different capabilities and complexity tradeoffs. Below captures several of the most useful and prevalent architectural patterns to give you inspiration on how you can use Quilkin in your multiplayer game networking architecture. These examples as well many others are available on Github repository.","breadcrumbs":"Architecture Examples » Quilkin Integration Examples","id":"231","title":"Quilkin Integration Examples"},"232":{"body":"| | Internet | | |\n┌─────────┐ | ┌────────────────┐ ┌────────────────┐\n│ Game │ | │ Quilkin │ │ Dedicated │\n│ Client ◄──────────────────► (Server Proxy) │ │ Game Server │\n└─────────┘ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | ┌────────────────┐ ┌────────────────┐ | │ Quilkin │ │ Dedicated │ | │ (Server Proxy) │ │ Game Server │ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | | This is the simplest integration and configuration option with Quilkin, but does provide the smallest number of possible feature implementations and ability to provide redundancy. That being said, this is a low risk way to integrate Quilkin, and take advantage of the out-of-the-box telemetry and metric information that comes with Quilkin. In this example, the Server proxy is running alongside the dedicated game server - on the same public IP/machine/container. This is often referred to as a sidecar pattern. Communication between the Server Proxy and the Dedicated Game Server occurs over the localhost network, with a separate port for each Game Client connection. Clients connect to the Server Proxy's public port/IP combination, and the Server Proxy routes all traffic directly to the dedicated game server. The Server Proxy can still use filters such as rate limiting, compression, firewall rules, etc as long as the Game Client conforms to the standard protocols utilised by those filters as appropriate.","breadcrumbs":"Architecture Examples » Server Proxy as a Sidecar","id":"232","title":"Server Proxy as a Sidecar"},"233":{"body":"| | Internet | | |\n┌─────────┐ ┌────────────────┐ | ┌────────────────┐ ┌────────────────┐\n│ Game │ │ Quilkin │ | │ Quilkin │ │ Dedicated │\n│ Client ◄────► (Client Proxy) ◄────────────► (Server Proxy) │ │ Game Server │\n└─────────┘ └────────────────┘ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | ┌────────────────┐ ┌────────────────┐ | │ Quilkin │ │ Dedicated │ | │ (Server Proxy) │ │ Game Server │ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | | This example is the same as the above, but puts a Client Proxy between the Game Client, and the Server Proxy to take advantage of Client Proxy functionality. The Client Proxy may be integrated as a standalone binary, directly into the client with communication occurring over a localhost port or it may be possible utlise one of our client SDKs such as Unreal Engine . The Client Proxy can now utilise filters, such as compression, without having to change the Game Client. The Game Client will need to communicate to the Client Proxy what IP it should connect to when the Client is match-made with a Game Server.","breadcrumbs":"Architecture Examples » Client Proxy to Sidecar Server Proxy","id":"233","title":"Client Proxy to Sidecar Server Proxy"},"234":{"body":"| | | | Internet Private | Network | ┌────────────────┐ | ┌────────────────┐ | │ Quilkin │ | │ Dedicated │ | ┌──► (Server Proxy) ◄──────────┬───► Game Server │\n┌─────────┐ ┌────────────────┐ | │ │ │ | │ │ │\n│ Game │ │ Quilkin ◄───────┤ └────────────────┘ | │ └────────────────┘\n│ Client ◄──────► (Client Proxy) │ | │ | │\n└─────────┘ └────────────────┘ | │ ┌────────────────┐ | │ ┌────────────────┐ | │ │ Quilkin │ | │ │ Dedicated │ | └──► (Server Proxy) ◄──────────┘ │ Game Server │ | │ │ | │ │ | └────────────────┘ | └────────────────┘ | | | ┌────────────────┐ | ┌────────────────┐ | │ Quilkin │ | │ Dedicated │ | │ (Server Proxy) │ | │ Game Server │ | │ │ | │ │ | └────────────────┘ | └────────────────┘ | ▲ | ▲ │ │ │ ┌───────────┴────┐ │ │ xDS │ └──────────────┤ Control Plane │ └────────────────┘ This is the most complex configuration, but enables the most reuse of Quilkin's functionality, while also providing the most redundancy and security for your dedicated game servers. The Game client sends and receives packets from the Quilkin client proxy. The Client Proxy may be integrated as a standalone binary, with communication occurring over a localhost port, or it could be integrated directly with the game client as a library, or the client could utilise one of our [client SDKs] if Rust integration is not possible. The Client Proxy can utilise the full set of filters, such as concatenation (for routing), compression or load balancing, without having to change the Game Client. A hosted set of Quilkin Server proxies that have public IP addresses, are connected to an xDS Control Plane to coordinate routing and access control to the dedicated game servers, which are on private IP addresses. The Client Proxy is made aware of one or more Server proxies to connect to, possibly via their Game Client matchmaker or another service, with an authentication token to pass to the Server proxies, such that the UDP packets can be routed correctly to the dedicated game server they should connect to. Dedicated game servers receive traffic as per normal from the Server Proxies, and send data back to the proxies directly. If the dedicated game server always expects traffic from only a single ip/port combination for client connection, then traffic will always need to be sent through a single Server Proxy. Otherwise, UDP packets can be load balanced via the Client Proxy to multiple Server Proxies for even greater redundancy.","breadcrumbs":"Architecture Examples » Client Proxy to Separate Server Proxies Pools","id":"234","title":"Client Proxy to Separate Server Proxies Pools"},"235":{"body":"Have a look at the Administration API . Review the set of filters that are available. Diagrams powered by asciiflow.com","breadcrumbs":"Architecture Examples » What Next?","id":"235","title":"What Next?"},"236":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"236","title":"Third Party Videos and Presentations"},"237":{"body":"(Does not require GDCVault access to watch) Previous talks have looked at two open source projects: Agones, the platform for orchestrating and scaling dedicated multiplayer game servers on top of Kubernetes, and Quilkin, an extensible UDP proxy specifically built for protecting, observing and authenticating game server communications. On the surface this seems like a very powerful combination, but manually integrating the two can be a tricky and intimidating process. You need to know and understand the Kubernetes API and its client libraries, and then tie it into Quilkin's xDS compliant API implementation all through some custom code - which is a large and complex amount of work (and a lot of acronyms). In this talk, Mark Mandel, Developer Advocate at Google Cloud, will look at how anyone can utilize Quilkin's native Agones integration to provide a turnkey solution for proxying UDP traffic to game servers providing an extra layer of protection and observability when orchestrating game servers on top of Kubernetes.","breadcrumbs":"Videos and Presentations » GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes","id":"237","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"24":{"body":"Let's take a look at some metrics that Quilkin outputs. Grab the name of the GameServer you connected to before, and replace the ${gameserver} value below, and run the command. This will forward the admin interface to localhost. kubectl port-forward ${gameserver} 8000 Then open a browser to http://localhost:8000/metrics to see the Prometheus metrics that Quilkin exports.","breadcrumbs":"Agones + Xonotic (Sidecar) » 3. Check out the metrics","id":"24","title":"3. Check out the metrics"},"25":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 5. Cleanup","id":"25","title":"5. Cleanup"},"26":{"body":"Let's take this one step further and compress the data between the Xonotic client and the server, without having to change either of them! Let's create a new Xonotic Fleet on our Agones cluster, but this time configured such that Quilkin will decompress packets that are incoming. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml This will implement the Compress filter in our Quilkin sidecar proxy in our new Fleet. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-compress-htc2x-84mzm Ready 34.94.107.201 7534 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-compress-htc2x-sdp4k Ready 34.94.107.201 7592 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 6. Agones Fleet, but with Compression","id":"26","title":"6. Agones Fleet, but with Compression"},"27":{"body":"What we will do in this step, is run Quilkin locally as a client-side proxy to compress the UDP data before it is sent up to our Xonotic servers that are expecting compressed data. First, grab a copy of the Quilkin configuration client-compress.yaml locally. This has the Compress filter already configured, but we need to fill in the address to connect to. Rather than editing a file, this could also be sent through the xDS API , but it is easier to demonstrate this functionality through a static configuration. Instead of connecting Xonotic directly, take the IP and port from one of the Agones hosted GameServer records, and replace the ${GAMESERVER_IP} and ${GAMESERVER_PORT} values in your copy of client-compress.yaml. Run this configuration locally as: quilkin -c ./client-compress.yaml proxy Now we can connect to the local client proxy on \"127.0.0.1:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of compressing the data for you without having to change the game client! Congratulations! You are now using Quilkin to manipulate the game client to server connection, without having to edit either!","breadcrumbs":"Agones + Xonotic (Sidecar) » 4. Play Xonotic, through Quilkin","id":"27","title":"4. Play Xonotic, through Quilkin"},"28":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 7. Cleanup","id":"28","title":"7. Cleanup"},"29":{"body":"Have a look at the examples folder for configuration and usage examples.","breadcrumbs":"Agones + Xonotic (Sidecar) » What's Next?","id":"29","title":"What's Next?"},"3":{"body":"Quilkin incorporates these abilities: Non-transparent proxying of UDP data, the internal state of your game architecture is not visible to bad actors. Out of the box metrics for UDP packet information. Composable tools for access control and security. Able to be utilised as a standalone binary, with no client/server changes required or as a Rust library depending on how deep an integration you wish for your system. Integration with Game Server hosting platforms such as Agones . Can be integrated with C/C++ code bases via FFI.","breadcrumbs":"Introduction » Major Features","id":"3","title":"Major Features"},"30":{"body":"","breadcrumbs":"Agones + Xonotic (xDS) » Quickstart: Quilkin with Agones and Xonotic (xDS)","id":"30","title":"Quickstart: Quilkin with Agones and Xonotic (xDS)"},"31":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (xDS) » Requirements","id":"31","title":"Requirements"},"32":{"body":"In this quickstart, we'll be setting up an example Xonotic Agones Fleet, that will only be accessible through Quilkin that is hosted within the same cluster, utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Agones xDS Provider to provide an out-of-the-box control plane for integration between Agones and Quilkin's xDS configuration API with minimal effort.","breadcrumbs":"Agones + Xonotic (xDS) » 1. Overview","id":"32","title":"1. Overview"},"33":{"body":"To install Quilkin as an Agones integrated xDS control plane, we can create a deployment of Quilkin running as quilkin manage agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/xds-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin manage agones process to inspect Agones resources. A matching Deployment that runs the quilkin manage process xDS control plane and a Service that the Quilkin proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 76s We can now run kubectl get service quilkin-manage-agones and see the service that is generated in front of the above Deployment for our Quilkin proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-manage-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-manage-agones ClusterIP 10.104.2.72 80/TCP 1m23s","breadcrumbs":"Agones + Xonotic (xDS) » 2. Install Quilkin Agones xDS Provider","id":"33","title":"2. Install Quilkin Agones xDS Provider"},"34":{"body":"To install the Quilkin Proxy pool which connects to the above xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-manage-agones:80 all connected to the quilkin-manage-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 5m7s\nquilkin-proxies-78965c446d-dqvjg 1/1 Running 0 6s\nquilkin-proxies-78965c446d-fr6zs 1/1 Running 0 6s\nquilkin-proxies-78965c446d-m4rr7 1/1 Running 0 6s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin manage agones instance. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin manage agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the xds-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (xDS) » 3. Install Quilkin Proxy Pool","id":"34","title":"3. Install Quilkin Proxy Pool"},"35":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Ready 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 34s","breadcrumbs":"Agones + Xonotic (xDS) » 4. Create the Agones Fleet","id":"35","title":"4. Create the Agones Fleet"},"36":{"body":"To let the Quilkin xDS provider know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Allocated 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 23m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: $ kubectl describe gameserver xonotic-d7rfx-55j7q\nName: xonotic-d7rfx-55j7q\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-h5cfn\nAnnotations: agones.dev/last-allocated: 2022-12-19T22:59:22.099818298Z agones.dev/ready-container-id: containerd://7b3d9e9dbda6f2e0381df7669f6117bf3e54171469cfacbce2670605a61ce4b8 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"34.168.170.51:7226\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The xDS process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set the routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (xDS) » 5. Allocate a GameServer","id":"36","title":"5. Allocate a GameServer"},"37":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (xDS) » Connecting Client Side","id":"37","title":"Connecting Client Side"},"38":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (xDS) » What's Next?","id":"38","title":"What's Next?"},"39":{"body":"","breadcrumbs":"Agones + Xonotic (Relay) » Quickstart: Quilkin with Agones and Xonotic (Relay)","id":"39","title":"Quickstart: Quilkin with Agones and Xonotic (Relay)"},"4":{"body":"Quilkin provides a variety of different services depending on your use-case. The primary service is proxy , which runs a reverse UDP proxy. To see a basic usage of the command-line interface run through the netcat with Quilkin quickstart . For more advanced usage, you might also be interested in: Checking out the installation guide Having a look at the example projects for basic configuration examples. Checking out the example deployment architecture for deploying quilkin for your game network. $ quilkin --help\nThe Command-Line Interface for Quilkin Usage: quilkin [OPTIONS] Commands: agent Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services generate-config-schema Generates JSON schema files for known filters manage Runs Quilkin as a xDS management server, using `provider` as a configuration source qcmp proxy Run Quilkin as a UDP reverse proxy relay Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services help Print this message or the help of the given subcommand(s) Options: --no-admin Whether to spawn the admin server or not [env: NO_ADMIN=] -c, --config The path to the configuration file for the Quilkin instance [env: QUILKIN_CONFIG=] [default: quilkin.yaml] --admin-address The port to bind for the admin server [env: QUILKIN_ADMIN_ADDRESS=] -q, --quiet Whether Quilkin will report any results to stdout/stderr [env: QUIET=] --log-format [default: auto] [possible values: auto, json, plain, pretty] -h, --help Print help -V, --version Print version","breadcrumbs":"Introduction » What Next?","id":"4","title":"What Next?"},"40":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (Relay) » Requirements","id":"40","title":"Requirements"},"41":{"body":"In this quickstart, we'll be setting up an example multi-cluster Xonotic Agones Fleet, that will only be accessible through Quilkin, via utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Relay to provide an out-of-the-box multi-cluster xDS control plane, and the Agones Agent to send information from the cluster(s) to the relay, which can be used as a management server for each of the Quilkin Proxy instances. While the application of quilkin relay is to ultimately provide a solution where multiple clusters feed configuration information into a single relay endpoint via a quilkin agent, in this example we'll use a single cluster for demonstrative purposes.","breadcrumbs":"Agones + Xonotic (Relay) » 1. Overview","id":"41","title":"1. Overview"},"42":{"body":"To install Quilkin as an Agones integrated relay control plane, we can create a deployment of Quilkin running as quilkin relay with a corresponding Agones agent, quilkin agent agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/relay-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin agent agones process to inspect Agones resources. A Deployment that runs the quilkin relay process, a matching Deployment for the quilkin agent process and a Service that the Quilkin agents can send configuration information to, and the Proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-qh7cq 1/1 Running 0 6s\nquilkin-relay-agones-55fbd69f5d-cdh9k 1/1 Running 0 6s We can now run kubectl get service quilkin-relay-agones and see the service that is generated in front of the above Quilkin Relay Deployment for our Quilkin Proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-relay-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-relay-agones ClusterIP 10.103.243.246 7800/TCP,7900/TCP 57s","breadcrumbs":"Agones + Xonotic (Relay) » 2. Install Quilkin Relay and Agones Agent","id":"42","title":"2. Install Quilkin Relay and Agones Agent"},"43":{"body":"To install the Quilkin Proxy pool which connects to the above Relay xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-relay-agones:7900 all of which are connected to the quilkin-relay-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods NAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-5brzf 1/1 Running 0 18s\nquilkin-proxies-7d9bbbccdf-5mz4l 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-9vd59 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-vwn2f 1/1 Running 0 7s\nquilkin-relay-agones-55fbd69f5d-k2n7b 1/1 Running 0 18s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin agent agones instance and passed through the quilkin relay instance into each of the proxies. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin agent agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the relay-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (Relay) » 3. Install Quilkin Proxy Pool","id":"43","title":"3. Install Quilkin Proxy Pool"},"44":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Ready 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 1m","breadcrumbs":"Agones + Xonotic (Relay) » 4. Create the Agones Fleet","id":"44","title":"4. Create the Agones Fleet"},"45":{"body":"To let the Quilkin Agones Agent know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Allocated 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 17m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: ❯ kubectl describe gs xonotic-8ns7b-2lk5d\nName: xonotic-8ns7b-2lk5d\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-8ns7b\nAnnotations: agones.dev/last-allocated: 2023-10-04T19:47:04.047026419Z agones.dev/ready-container-id: containerd://b39d30965becdbc40336fd9aa642fe776421553615f642dd599e1b0d88c505b6 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"39.168.219.72:7015\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The Agones agent process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (Relay) » 5. Allocate a GameServer","id":"45","title":"5. Allocate a GameServer"},"46":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (Relay) » Connecting Client Side","id":"46","title":"Connecting Client Side"},"47":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (Relay) » What's Next?","id":"47","title":"What's Next?"},"48":{"body":"Services Ports Protocol Proxy 7777 UDP (IPv4 OR IPv6) QCMP 7600 UDP (IPv4 OR IPv6) \"Proxy\" is the primary Quilkin service, which acts as a non-transparent UDP proxy. To view all the options for the proxy subcommand, run: $ quilkin proxy --help\nRun Quilkin as a UDP reverse proxy Usage: quilkin proxy [OPTIONS] Options: -m, --management-server One or more `quilkin manage` endpoints to listen to for config changes [env: QUILKIN_MANAGEMENT_SERVER=] --mmdb The remote URL or local file path to retrieve the Maxmind database [env: MMDB=] -p, --port The port to listen on [env: QUILKIN_PORT=] [default: 7777] -q, --qcmp-port The port to listen on [env: QUILKIN_QCMP_PORT=] [default: 7600] --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] --to-tokens Assigns dynamic tokens to each address in the `--to` argument Format is `:` [env: QUILKIN_DEST_TOKENS=] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -w, --workers Number of worker threads used to process packets. If not specified defaults to number of cpus [env: QUILKIN_WORKERS=] -h, --help Print help (see a summary with '-h')","breadcrumbs":"Proxy » Proxy","id":"48","title":"Proxy"},"49":{"body":"An Endpoint represents an address that Quilkin forwards packets to that it has received from the source port. It is represented by an IP address and port. An Endpoint can optionally be associated with an arbitrary set of metadata as well.","breadcrumbs":"Proxy » Endpoints","id":"49","title":"Endpoints"},"5":{"body":"There are variety of automated and manual methods for installing Quilkin onto your system. For cloud deployments Quilkin provides a container image to make it easily to immediately start using it. You can also install Quilkin on your local machine through Cargo .","breadcrumbs":"Installation » Installation","id":"5","title":"Installation"},"50":{"body":"Filters are the way for a Quilkin proxy to intercept UDP packet traffic from the source and Endpoints in either direction, and be able to inspect, manipulate, and route the packets as desired. See Filters for a deeper dive into Filters, as well as the list of build in Filters that come with Quilkin.","breadcrumbs":"Proxy » Proxy Filters","id":"50","title":"Proxy Filters"},"51":{"body":"Endpoint metadata is an arbitrary set of key value pairs that are associated with an Endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. Metadata associated with an endpoint contain arbitrary key value pairs which Filters can consult when processing packets (e.g they can contain information that determine whether or not to route a particular packet to an endpoint).","breadcrumbs":"Proxy » Endpoint Metadata","id":"51","title":"Endpoint Metadata"},"52":{"body":"Access tokens that can be associated with an endpoint are simply a special piece of metadata well known to Quilkin and utilised by the built-in TokenRouter filter to route packets. Such well known values are placed within an object in the endpoint metadata, under the special key quilkin.dev. Currently, only the tokens key is in use. As an example, the following shows the configuration for an endpoint with its metadata: clusters: - endpoints: - address: 127.0.0.1:26000 metadata: canary: false quilkin.dev: # This object is extracted by Quilkin and is usually reserved for built-in features tokens: - MXg3aWp5Ng== # base64 for 1x7ijy6 - OGdqM3YyaQ== # base64 for 8gj3v2i An endpoint's metadata can be specified alongside the endpoint in static configuration or using the xDS endpoint metadata field when using dynamic configuration via xDS.","breadcrumbs":"Proxy » Specialist Endpoint Metadata","id":"52","title":"Specialist Endpoint Metadata"},"53":{"body":"A session represents ongoing communication flow between a client on a [Local Port] and an Endpoint . Quilkin uses the \"Session\" concept to track traffic flowing through the proxy between any client-server pair. A Session serves the same purpose, and can be thought of as a lightweight version of a TCP session in that, while a TCP session requires a protocol to establish and teardown: A Quilkin session is automatically created upon receiving the first packet from a client via the [Local Port] to be sent to an upstream Endpoint . The session is automatically deleted after a period of inactivity (where no packet was sent between either party) - currently 60 seconds. A session is identified by the 4-tuple (client IP, client Port, server IP, server Port) where the client is the downstream endpoint which initiated the communication with Quilkin and the server is one of the upstream Endpoints that Quilkin proxies traffic to. Sessions are established after the filter chain completes. The destination Endpoint of a packet is determined by the filter chain , so a Session can only be created after filter chain completion. For example, if the filter chain drops all packets, then no session will ever be created.","breadcrumbs":"Proxy » Session","id":"53","title":"Session"},"54":{"body":"While much of Quilkin's proxy configuration can be configured via its command line interface , if you have a larger or more complex configuration it might be useful to use a configuration file instead. The following is the schema and reference for Quilkin's proxy configuration file. See the examples folder for example configuration files. By default, Quilkin will look for a configuration file named quilkin.yaml in its current running directory first, then if not present, in /etc/quilkin/quilkin.yaml on UNIX systems. This can be overridden with the -c/--config command-line argument, or the QUILKIN_FILENAME environment variable.","breadcrumbs":"Proxy » Configuration File » Configuration File","id":"54","title":"Configuration File"},"55":{"body":"Example of a full configuration for quilkin proxy that utlisies a static endpoint configuration to specify two endpoints with token metadata attached to each: #\n# Example configuration for a Quilkin Proxy with static Endpoints\n# version: v1alpha1\nid: my-proxy # An identifier for the proxy instance.\nclusters: # grouping of clusters - endpoints: # array of potential endpoints to send on traffic to - address: 127.0.0.1:26000 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - MXg3aWp5Ng== # the connection byte array to route to, encoded as base64 (string value: 1x7ijy6) - OGdqM3YyaQ== # (string value: 8gj3v2i) - address: 127.0.0.1:26001 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - bmt1eTcweA== # (string value: nkuy70x) This is a great use of a static configuration file, as we only get a singular --to endpoint address via the command line arguments. We can also configure Filters via the configuration file. See that section for documentation.","breadcrumbs":"Proxy » Configuration File » Static Configuration","id":"55","title":"Static Configuration"},"56":{"body":"If you need to dynamically change either Filters and/or Endpoints at runtime, see the Control Plane documentation on the configuration API surface, and built in dynamic management providers.","breadcrumbs":"Proxy » Configuration File » Dynamic Configuration","id":"56","title":"Dynamic Configuration"},"57":{"body":"The full JSON Schema for the YAML configuration file. type: object\nproperties: version: type: string description: | The configuration file version to use. enum: - v1alpha1 id: type: string description: | An identifier for the proxy instance. default: On linux, the machine hostname is used as default. On all other platforms a UUID is generated for the proxy. port: type: integer description: | The listening port. In \"proxy\" mode, the port for traffic to be sent to. In \"manage\" mode, the port to connect to the xDS API. default: 7000 maxmind_db: type: string description: | The remote URL or local file path to retrieve the Maxmind database (requires licence). filters: type: array description: | A filter chain. items: '$ref': {} # Refer to the Filter documentation for a filter configuration schema. clusters: type: array description: | grouping of endpoints, per cluster. items: type: object properties: endpoints: type: array description: | A list of upstream endpoints to forward packets to. items: type: object description: | An upstream endpoint properties: address: type: string description: | Socket address of the endpoint. This must be of the ´IP:Port` form e.g `192.168.1.1:7001` metadata: type: object description: | Arbitrary key value pairs that is associated with the endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. required: - address","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"57","title":"Json Schema"},"58":{"body":"In most cases, we would like Quilkin to do some preprocessing of received packets before sending them off to their destination. Because this stage is entirely specific to the use case at hand and differs between Quilkin deployments, we must have a say over what tweaks to perform - this is where filters come in.","breadcrumbs":"Proxy » Filters » Packet Filters","id":"58","title":"Packet Filters"},"59":{"body":"A filter represents a step in the tweaking/decision-making process of how we would like to process our packets. For example, at some step, we might choose to append some metadata to every packet we receive before forwarding it while at a later step, choose not to forward packets that don't meet some criteria. Quilkin lets us specify any number of filters and connect them in a sequence to form a packet processing pipeline similar to a Unix pipeline - we call this pipeline a Filter chain. The combination of filters and filter chain allows us to add new functionality to fit every scenario without changing Quilkin's core. As an example, say we would like to perform the following steps in our processing pipeline to the packets we receive. Append a predetermined byte to the packet. Compress the packet. Do not forward (drop) the packet if its compressed length is over 512 bytes. We would create a filter corresponding to each step either by leveraging any existing filters that do what we want or writing one ourselves and connect them to form the following filter chain: append | compress | drop When Quilkin consults our filter chain, it feeds the received packet into append and forwards the packet it receives (if any) from drop - i.e the output of append becomes the input into compress and so on in that order. There are a few things we note here: Although we have in this example, a filter called drop, every filter in the filter chain has the same ability to drop or update a packet - if any filter drops a packet then no more work needs to be done regarding that packet so the next filter in the pipeline never has any knowledge that the dropped packet ever existed. The filter chain is consulted for every received packet, and its filters are traversed in reverse order for packets travelling in the opposite direction. A packet received downstream will be fed into append and the result from drop is forwarded upstream - a packet received upstream will be fed into drop and the result from append is forwarded downstream. Exactly one filter chain is specified and used to process all packets that flow through Quilkin.","breadcrumbs":"Proxy » Filters » Filters and Filter chain","id":"59","title":"Filters and Filter chain"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1 - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 10 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);\n# } We specify our filter chain in the .filters section of the proxy's configuration which has takes a sequence of FilterConfig objects. Each object describes all information necessary to create a single filter. The above example creates a filter chain comprising a Debug filter followed by a LocalRateLimit filter - the effect is that every packet will be logged and the proxy will not forward more than 10 packets per second. The sequence determines the filter chain order so its ordering matters - the chain starts with the filter corresponding the first filter config and ends with the filter corresponding the last filter config in the sequence.","breadcrumbs":"Proxy » Filters » Configuration Examples","id":"60","title":"Configuration Examples"},"61":{"body":"A filter within the filter chain can share data within another filter further along in the filter chain by propagating the desired data alongside the packet being processed. This enables sharing dynamic information at runtime, e.g information about the current packet that might be useful to other filters that process that packet. At packet processing time each packet is associated with filter dynamic metadata (a set of key-value pairs). Each key is a unique string while its value is an associated quilkin::metadata::Value . When a filter processes a packet, it can choose to consult the associated dynamic metadata for more information or itself add/update or remove key-values from the set. As an example, the built-in [CaptureBytes] filter is one such filter that populates a packet's filter metadata. [CaptureBytes] extracts information (a configurable byte sequence) from each packet and appends it to the packet's dynamic metadata for other filters to leverage. On the other hand, the built-in TokenRouter filter selects what endpoint to route a packet by consulting the packet's dynamic metadata for a routing token. Consequently, we can build a filter chain with a [CaptureBytes] filter preceeding a TokenRouter filter, both configured to write and read the same key in the dynamic metadata entry. The effect would be that packets are routed to upstream endpoints based on token information extracted from their contents.","breadcrumbs":"Proxy » Filters » Filter Dynamic Metadata","id":"61","title":"Filter Dynamic Metadata"},"62":{"body":"The following metadata are currently used by Quilkin core and built-in filters. Name Type Description quilkin.dev/captured Bytes The default key under which the Capture filter puts the byte slices it extracts from each packet.","breadcrumbs":"Proxy » Filters » Well Known Dynamic Metadata","id":"62","title":"Well Known Dynamic Metadata"},"63":{"body":"Quilkin includes several filters out of the box. Filter Description Capture Capture specific bytes from a packet and store them in filter dynamic metadata . Compress Compress and decompress packets data. Concatenate Add authentication tokens to packets. Debug Logs every packet. Drop Drop all packets Firewall Allowing/blocking traffic by IP and port. LoadBalancer Distributes downstream packets among upstream endpoints. LocalRateLimit Limit the frequency of packets. Match Change Filter behaviour based on dynamic metadata Pass Allow all packets through Timestamp Accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. TokenRouter Send packets to endpoints based on metadata.","breadcrumbs":"Proxy » Filters » Built-in filters","id":"63","title":"Built-in filters"},"64":{"body":"Represents configuration for a filter instance. properties: name: type: string description: | Identifies the type of filter to be created. This value is unique for every filter type - please consult the documentation for the particular filter for this value. config: type: object description: | The configuration value to be passed onto the created filter. This is passed as an object value since it is specific to the filter's type and is validated by the filter implementation. Please consult the documentation for the particular filter for its schema. required: [ 'name' ]","breadcrumbs":"Proxy » Filters » FilterConfig","id":"64","title":"FilterConfig"},"65":{"body":"The Capture filter's job is to find a series of bytes within a packet, and capture it into Filter Dynamic Metadata , so that it can be utilised by filters further down the chain. This is often used as a way of retrieving authentication tokens from a packet, and used in combination with Concatenate and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"65","title":"Capture"},"66":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"66","title":"Capture strategies"},"67":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"67","title":"Suffix"},"68":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"68","title":"Prefix"},"69":{"body":"Captures bytes using a regular expression. Unlike other capture strategies, the regular expression can return one or many values if there are multiple matches.","breadcrumbs":"Proxy » Filters » Capture » Regex","id":"69","title":"Regex"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-c5bbe8a Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"70","title":"Filter name"},"71":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Capture » Configuration Examples","id":"71","title":"Configuration Examples"},"72":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- metadata_key\n- strategy\nproperties: metadata_key: description: The key to use when storing the captured value in the filter context. If a match was found it is available under `{{metadata_key}}/is_present`. allOf: - $ref: '#/definitions/Key' strategy: description: The capture strategy. allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Key: description: A key in the metadata table. type: string Strategy: description: Strategy to apply for acquiring a set of bytes in the UDP packet oneOf: - description: Looks for the set of bytes at the beginning of the packet type: object required: - kind - size properties: kind: type: string enum: - PREFIX remove: description: Whether captured bytes are removed from the original packet. default: false type: boolean size: description: The number of bytes to capture. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - size properties: kind: type: string enum: - SUFFIX remove: description: The number of bytes to capture. default: false type: boolean size: description: Whether captured bytes are removed from the original packet. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - pattern properties: kind: type: string enum: - REGEX pattern: description: The regular expression to use for capture. type: string","breadcrumbs":"Proxy » Filters » Capture » Configuration Options ( Rust Doc )","id":"72","title":"Configuration Options ( Rust Doc )"},"73":{"body":"The Compress filter's job is to provide a variety of compression implementations for compression and subsequent decompression of UDP data when sent between systems, such as a game client and game server.","breadcrumbs":"Proxy » Filters » Compress » Compress","id":"73","title":"Compress"},"74":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"74","title":"Filter name"},"75":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); The above example shows a proxy that could be used with a typical game client, where the original client data is sent to the local listening port and then compressed when heading up to a dedicated game server, and then decompressed when traffic is returned from the dedicated game server before being handed back to game client. It is worth noting that since the Compress filter modifies the entire packet , it is worth paying special attention to the order it is placed in your Filter configuration . Most of the time it will likely be the first or last Filter configured to ensure it is compressing the entire set of data being sent.","breadcrumbs":"Proxy » Filters » Compress » Configuration Examples","id":"75","title":"Configuration Examples"},"76":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: mode: default: SNAPPY allOf: - $ref: '#/definitions/Mode' on_read: $ref: '#/definitions/Action' on_write: $ref: '#/definitions/Action'\ndefinitions: Action: description: Whether to do nothing, compress or decompress the packet. type: string enum: - DO_NOTHING - COMPRESS - DECOMPRESS Mode: description: The library to use when compressing. type: string enum: - SNAPPY - LZ4","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"76","title":"Configuration Options ( Rust Doc )"},"77":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"77","title":"Compression Modes"},"78":{"body":"Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. This compression method is provided by rust-snappy . Due to the small size of packets, this only encodes and decodes the non-streaming version of the format described here . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"78","title":"Snappy"},"79":{"body":"LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. This compression method is provided by lz4_flex . Due to the small size of packets, this only encodes and decodes the block version of the format described. If your game client/server itself is performing LZ4 de/compression it needs to encode or decode a varint of the uncompressed packet size (maximum 2^16) since that is not part of the LZ4 block format. The varint is of the same exact form as that used by snappy . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: LZ4","breadcrumbs":"Proxy » Filters » Compress » LZ4","id":"79","title":"LZ4"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin_filter_int_counter{label=\"compressed_bytes_total\"} Total number of compressed bytes either received or sent. quilkin_filter_int_counter{label=\"decompressed_bytes_total\"} Total number of decompressed bytes either received or sent.","breadcrumbs":"Proxy » Filters » Compress » Metrics","id":"80","title":"Metrics"},"81":{"body":"The Concatenate filter's job is to add a byte packet to either the beginning or end of each UDP packet that passes through. This is commonly used to provide an auth token to each packet, so they can be routed appropriately.","breadcrumbs":"Proxy » Filters » Concatenate » Concatenate","id":"81","title":"Concatenate"},"82":{"body":"quilkin.filters.concatenate.v1alpha1.Concatenate","breadcrumbs":"Proxy » Filters » Concatenate » Filter name","id":"82","title":"Filter name"},"83":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate.v1alpha1.Concatenate config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Examples","id":"83","title":"Configuration Examples"},"84":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `Concatenate` filter configuration.\ntype: object\nrequired:\n- bytes\nproperties: bytes: type: array items: type: integer format: uint8 minimum: 0.0 on_read: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Read` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy' on_write: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Write` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Strategy: type: string enum: - APPEND - PREPEND - DO_NOTHING","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Options ( Rust Doc )","id":"84","title":"Configuration Options ( Rust Doc )"},"85":{"body":"The Debug filter logs all incoming and outgoing packets to standard output. This filter is useful in debugging deployments where the packets strictly contain valid UTF-8 encoded strings. A generic error message is instead logged if conversion from bytes to UTF-8 fails.","breadcrumbs":"Proxy » Filters » Debug » Debug","id":"85","title":"Debug"},"86":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"86","title":"Filter name"},"87":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Debug » Configuration Examples","id":"87","title":"Configuration Examples"},"88":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: A Debug filter's configuration.\ntype: object\nproperties: id: description: Identifier that will be optionally included with each log message. type: - string - 'null'","breadcrumbs":"Proxy » Filters » Debug » Configuration Options ( Rust Doc )","id":"88","title":"Configuration Options ( Rust Doc )"},"89":{"body":"The Drop filter always drops any packet passed through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Drop » Drop","id":"89","title":"Drop"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"90","title":"Filter name"},"91":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Drop » Configuration Examples","id":"91","title":"Configuration Examples"},"92":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"92","title":"Configuration"},"93":{"body":"The Firewall filter's job is to allow or block traffic depending on if the incoming traffic's IP and port matches the rules set on the Firewall filter.","breadcrumbs":"Proxy » Filters » Firewall » Firewall","id":"93","title":"Firewall"},"94":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"94","title":"Filter name"},"95":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.firewall.v1alpha1.Firewall config: on_read: - action: ALLOW sources: - 192.168.51.0/24 ports: - 10 - 1000-7000 on_write: - action: DENY sources: - 192.168.51.0/24 ports: - 7000\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Firewall » Configuration Examples","id":"95","title":"Configuration Examples"},"96":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Represents how a Firewall filter is configured for read and write operations.\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: on_read: type: array items: $ref: '#/definitions/Rule' on_write: type: array items: $ref: '#/definitions/Rule'\ndefinitions: Action: description: Whether or not a matching [Rule] should Allow or Deny access oneOf: - description: Matching rules will allow packets through. type: string enum: - ALLOW - description: Matching rules will block packets. type: string enum: - DENY Cidr: description: Cidr notation for an ipv6 or ipv4 netmask type: string PortRange: description: Range of matching ports that are configured against a [Rule]. allOf: - $ref: '#/definitions/Range_of_uint16' Range_of_uint16: type: object required: - end - start properties: end: type: integer format: uint16 minimum: 0.0 start: type: integer format: uint16 minimum: 0.0 Rule: description: Combination of CIDR range, port range and action to take. type: object required: - action - ports - sources properties: action: $ref: '#/definitions/Action' ports: type: array items: $ref: '#/definitions/PortRange' sources: description: ipv4 or ipv6 CIDR address. type: array items: $ref: '#/definitions/Cidr'","breadcrumbs":"Proxy » Filters » Firewall » Configuration Options ( Rust Doc )","id":"96","title":"Configuration Options ( Rust Doc )"},"97":{"body":"The Firewall filter supports DENY and ALLOW actions for access control. When multiple DENY and ALLOW actions are used for a workload at the same time, the evaluation is processed in the order it is configured, with the first matching rule deciding if the request is allowed or denied: If a rule action is ALLOW, and it matches the request, then the entire request is allowed. If a rule action is DENY and it matches the request, then the entire request is denied. If none of the configured rules match, then the request is denied.","breadcrumbs":"Proxy » Filters » Firewall » Rule Evaluation","id":"97","title":"Rule Evaluation"},"98":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"98","title":"LoadBalancer"},"99":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"99","title":"Filter name"}},"length":238,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0}}},"8":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}},"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"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":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"7":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"6":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"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":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"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":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"237":{"tf":1.0},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"220":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"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":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"3":{"2":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"218":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"229":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"136":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"215":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"213":{"tf":1.0},"28":{"tf":1.0}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"216":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"195":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"214":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":2,"docs":{"215":{"tf":1.0},"216":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"df":42,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.7320508075688772},"154":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.6457513110645907},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"215":{"tf":2.23606797749979},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"136":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"235":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"223":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"c":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"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":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"157":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"216":{"tf":2.6457513110645907},"217":{"tf":2.6457513110645907},"227":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.6457513110645907},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":35,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":3.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":2.23606797749979},"227":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.0},"34":{"tf":2.0},"35":{"tf":2.6457513110645907},"36":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"43":{"tf":2.23606797749979},"44":{"tf":2.6457513110645907},"45":{"tf":2.449489742783178},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.1622776601683795},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"232":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"213":{"tf":2.23606797749979},"214":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":2.0},"140":{"tf":1.0},"147":{"tf":2.0},"224":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"229":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"151":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"157":{"tf":1.0},"232":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"213":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"142":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"151":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"221":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":2.0},"143":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"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":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":2.8284271247461903},"157":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"146":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"235":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"220":{"tf":1.0},"232":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"220":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"231":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"220":{"tf":1.0}}}}},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"220":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"218":{"tf":1.0},"220":{"tf":1.0}}},"l":{"df":2,"docs":{"213":{"tf":2.0},"220":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"151":{"tf":1.0},"213":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":7,"docs":{"11":{"tf":1.0},"128":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":6,"docs":{"133":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":2.0},"14":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":23,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"213":{"tf":2.6457513110645907},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"5":{"b":{"b":{"df":0,"docs":{},"e":{"8":{"a":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"214":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"160":{"tf":1.0},"174":{"tf":1.0},"231":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.6457513110645907}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0}}}}}}},"df":5,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":2.8284271247461903},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"224":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":2.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":3.7416573867739413},"234":{"tf":3.872983346207417},"237":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"237":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"22":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"147":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"146":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"160":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"127":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"185":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":2.0},"135":{"tf":2.23606797749979},"153":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"168":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":83,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":2.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"135":{"tf":2.23606797749979},"138":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772},"151":{"tf":2.6457513110645907},"152":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.0},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.449489742783178},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":2.8284271247461903},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"139":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":2.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"138":{"tf":1.0},"156":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"227":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"214":{"tf":2.6457513110645907},"215":{"tf":3.3166247903554},"217":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"219":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"220":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"142":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":2.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}},"d":{"df":4,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":23,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"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":2,"docs":{"227":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"215":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"d":{"7":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979}}}}}},"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"148":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0}},"r":{"df":2,"docs":{"139":{"tf":2.0},"140":{"tf":1.4142135623730951}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"132":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"215":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"182":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":33,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"226":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"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":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"220":{"tf":1.0},"221":{"tf":1.7320508075688772}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"215":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"157":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"229":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"147":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"145":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"145":{"tf":2.0},"151":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"219":{"tf":1.0},"229":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"216":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"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":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"187":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"191":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"135":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":19,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"143":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"134":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"234":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"155":{"tf":1.0},"213":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"152":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":63,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"221":{"tf":2.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.6457513110645907},"52":{"tf":2.6457513110645907},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"233":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"146":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.7320508075688772},"216":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"139":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":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":{"14":{"tf":1.7320508075688772},"147":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"232":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"234":{"tf":1.0}},"t":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":41,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"19":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"220":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"145":{"tf":2.0},"220":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"227":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"127":{"tf":1.0},"237":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"142":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"135":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":17,"docs":{"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":3.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"216":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"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":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"230":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":96,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"126":{"tf":2.449489742783178},"127":{"tf":2.449489742783178},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":3.1622776601683795},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"205":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.7320508075688772},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":3.605551275463989},"61":{"tf":4.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":3,"docs":{"158":{"tf":1.0},"218":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"160":{"tf":1.0},"193":{"tf":1.0},"232":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":2,"docs":{"127":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"170":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":2.0}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"136":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"219":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"130":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"14":{"tf":1.0},"227":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"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":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"234":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"137":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"139":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":2.0},"2":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":2.8284271247461903},"233":{"tf":2.6457513110645907},"234":{"tf":3.605551275463989},"237":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":21,"docs":{"139":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":3.605551275463989},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.4641016151377544},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"227":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"139":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"142":{"tf":1.0}}}}},"t":{"df":6,"docs":{"152":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"231":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"231":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"234":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"135":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"135":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"200":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"227":{"tf":1.0}}}}},"p":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0}}}},"p":{"df":8,"docs":{"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"227":{"tf":1.0}}},"df":5,"docs":{"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"df":1,"docs":{"135":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"227":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":9,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"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":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"3":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":2.449489742783178},"140":{"tf":1.0},"216":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":3.4641016151377544},"145":{"tf":1.4142135623730951},"158":{"tf":1.0},"189":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"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":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"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":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"162":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"223":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"231":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"128":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"213":{"tf":1.4142135623730951},"220":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}}}}},"v":{"df":3,"docs":{"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}}}},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":1.0},"216":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"147":{"tf":1.0},"162":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"156":{"tf":1.0},"216":{"tf":1.4142135623730951},"229":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"227":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":42,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":3.0},"156":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.0},"140":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"213":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":15,"docs":{"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"142":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"232":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"226":{"tf":2.0}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"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":5,"docs":{"102":{"tf":1.4142135623730951},"160":{"tf":1.0},"202":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"142":{"tf":1.4142135623730951},"223":{"tf":2.23606797749979},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"144":{"tf":1.0},"213":{"tf":2.8284271247461903},"226":{"tf":1.0},"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"237":{"tf":1.0}}},"w":{"df":2,"docs":{"227":{"tf":1.4142135623730951},"232":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"130":{"tf":1.0}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"183":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"151":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"130":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.0},"2":{"tf":1.7320508075688772},"215":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":3.1622776601683795},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"149":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"231":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"237":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"146":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"205":{"tf":1.0},"206":{"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":3,"docs":{"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":28,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"139":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"202":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"214":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"229":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":28,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"129":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"128":{"tf":1.4142135623730951},"162":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.7320508075688772},"145":{"tf":2.449489742783178},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.8284271247461903},"232":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"134":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":12,"docs":{"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"227":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"19":{"tf":1.0},"213":{"tf":2.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"g":{"3":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"5":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"=":{",":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":62,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"153":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"138":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":7,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"221":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":23,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":3.1622776601683795},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":2.0},"221":{"tf":1.0},"228":{"tf":1.7320508075688772},"232":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"228":{"tf":1.0},"237":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":22,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"136":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":25,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"146":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"232":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":14,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"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":{"138":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"145":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}},"t":{"df":5,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"111":{"tf":1.7320508075688772},"130":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"146":{"tf":1.0},"158":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"234":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.23606797749979},"162":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"152":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"213":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":2.0},"139":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"215":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":11,"docs":{"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"214":{"tf":2.6457513110645907},"215":{"tf":3.1622776601683795},"217":{"tf":1.0},"234":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"227":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"220":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"227":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"232":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"146":{"tf":2.0},"154":{"tf":2.23606797749979},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"235":{"tf":1.0},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"174":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"187":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"236":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0},"4":{"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":2,"docs":{"228":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"220":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"(":{"&":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":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":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"237":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"133":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"131":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0}}}}},"c":{"df":1,"docs":{"135":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":12,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"232":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":4,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"213":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":58,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":3.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.449489742783178},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":2.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.8284271247461903},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":3.1622776601683795},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":3.7416573867739413},"152":{"tf":3.4641016151377544},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.6457513110645907},"233":{"tf":3.3166247903554},"234":{"tf":4.242640687119285},"237":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.605551275463989},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":2.8284271247461903},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"75":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"232":{"tf":1.0},"60":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"234":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"215":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"136":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}},"t":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"140":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"215":{"tf":1.0},"224":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"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":10,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":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":{"1":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"229":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"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":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"178":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"184":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"190":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"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":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"201":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"209":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"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":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{"]":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"y":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"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":{"153":{"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":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"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":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"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":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"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":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.0},"154":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.0},"216":{"tf":2.449489742783178},"217":{"tf":1.7320508075688772},"218":{"tf":2.0},"22":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":2.0},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":2.23606797749979},"233":{"tf":1.7320508075688772},"234":{"tf":2.449489742783178},"237":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.605551275463989},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.123105625617661},"43":{"tf":3.872983346207417},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"232":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"157":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":9,"docs":{"118":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.0},"145":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"22":{"tf":1.7320508075688772},"227":{"tf":3.0},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"148":{"tf":1.4142135623730951},"232":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"157":{"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":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"213":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"220":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"139":{"tf":1.0},"146":{"tf":1.7320508075688772},"162":{"tf":2.0},"214":{"tf":3.1622776601683795},"215":{"tf":4.242640687119285},"216":{"tf":2.23606797749979},"217":{"tf":2.6457513110645907},"227":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":3.0},"43":{"tf":2.449489742783178},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"135":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"206":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"4":{"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":1,"docs":{"231":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"140":{"tf":1.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.7320508075688772},"162":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"140":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"221":{"tf":2.0},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"234":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"232":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"217":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":2.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"162":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"157":{"tf":1.0},"232":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.23606797749979}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":43,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"139":{"tf":1.7320508075688772},"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"213":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"143":{"tf":1.0},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"n":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"234":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"213":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"149":{"tf":1.4142135623730951},"151":{"tf":3.3166247903554},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":3.605551275463989},"233":{"tf":2.6457513110645907},"234":{"tf":4.242640687119285},"237":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":30,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"157":{"tf":1.0},"162":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":3.7416573867739413},"215":{"tf":2.0},"216":{"tf":3.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.449489742783178},"234":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"143":{"tf":2.23606797749979},"144":{"tf":2.449489742783178},"227":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.4641016151377544}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"130":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"217":{"tf":1.0},"232":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"215":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"220":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"183":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"237":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"237":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"229":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"221":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"\"":{"]":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":11,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"130":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"215":{"tf":1.7320508075688772},"220":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":11,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"227":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"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":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"232":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"153":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"195":{"tf":1.0},"213":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"216":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"151":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"156":{"tf":1.0},"174":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"237":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"160":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":17,"docs":{"132":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"220":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"136":{"tf":1.7320508075688772},"146":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"232":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"135":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":2.23606797749979},"118":{"tf":1.0},"138":{"tf":2.0},"160":{"tf":1.0},"212":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":2.6457513110645907},"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"220":{"tf":2.449489742783178},"234":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.4142135623730951},"126":{"tf":1.0},"160":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"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":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"i":{"c":{":":{":":{"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":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"237":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.0},"228":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"220":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.23606797749979},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"227":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":63,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":3.3166247903554},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"138":{"tf":2.0}}},"2":{"df":1,"docs":{"138":{"tf":1.0}}},"8":{"df":1,"docs":{"138":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"130":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":3,"docs":{"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"138":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"218":{"tf":1.4142135623730951},"233":{"tf":1.0}}}},"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":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.7320508075688772},"162":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":68,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":2.8284271247461903},"214":{"tf":1.4142135623730951},"215":{"tf":2.23606797749979},"218":{"tf":1.0},"220":{"tf":2.6457513110645907},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"220":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"237":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"156":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"216":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"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":1,"docs":{"216":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"156":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":31,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":2.6457513110645907},"216":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"213":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"127":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"135":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"231":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"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":9,"docs":{"151":{"tf":1.0},"220":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"237":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":10,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":34,"docs":{"133":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":2.23606797749979},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"220":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":25,"docs":{"157":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":2.6457513110645907},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0}}},"8":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}},"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"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":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"7":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"6":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"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":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"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":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"237":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"187":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"220":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"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":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"3":{"2":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"218":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"229":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.4142135623730951}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"136":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"215":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"213":{"tf":1.0},"28":{"tf":1.4142135623730951}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.7320508075688772},"22":{"tf":1.0},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"216":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"195":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"214":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":2,"docs":{"215":{"tf":1.0},"216":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"df":42,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.7320508075688772},"154":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.6457513110645907},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"215":{"tf":2.23606797749979},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"136":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"223":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"c":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"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":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"157":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"216":{"tf":3.0},"217":{"tf":2.8284271247461903},"227":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":42,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":3.3166247903554},"154":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":2.6457513110645907},"227":{"tf":1.0},"23":{"tf":1.4142135623730951},"237":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":2.0},"33":{"tf":3.3166247903554},"34":{"tf":2.23606797749979},"35":{"tf":3.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":3.605551275463989},"43":{"tf":2.449489742783178},"44":{"tf":3.0},"45":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.3166247903554},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"232":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"213":{"tf":2.23606797749979},"214":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":2.0},"140":{"tf":1.4142135623730951},"147":{"tf":2.0},"224":{"tf":1.4142135623730951},"227":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"229":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"151":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"157":{"tf":1.0},"232":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"213":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"142":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"151":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"221":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":2.23606797749979},"143":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"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":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":3.0},"157":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"146":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"235":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"220":{"tf":1.0},"232":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"220":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"231":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"220":{"tf":1.0}}}}},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"220":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"218":{"tf":1.0},"220":{"tf":1.0}}},"l":{"df":2,"docs":{"213":{"tf":2.0},"220":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"151":{"tf":1.0},"213":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":7,"docs":{"11":{"tf":1.0},"128":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":6,"docs":{"133":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":2.23606797749979},"14":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":23,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"213":{"tf":2.6457513110645907},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"5":{"b":{"b":{"df":0,"docs":{},"e":{"8":{"a":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"214":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"160":{"tf":1.0},"174":{"tf":1.4142135623730951},"231":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0}}}}}}},"df":5,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":3.0},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"224":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":3.872983346207417},"234":{"tf":4.0},"237":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.1622776601683795},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.1622776601683795},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"237":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"22":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.7320508075688772},"127":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"147":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"146":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"160":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"127":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"182":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":2.0},"135":{"tf":2.23606797749979},"153":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"168":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":83,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"138":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.449489742783178},"148":{"tf":2.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.449489742783178},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":2.0},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":3.1622776601683795},"55":{"tf":3.0},"56":{"tf":2.0},"57":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"139":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":2.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"138":{"tf":1.0},"156":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"227":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":91,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.8284271247461903},"215":{"tf":3.3166247903554},"217":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"219":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"220":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"142":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":2.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}},"d":{"df":4,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":23,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"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":2,"docs":{"227":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"215":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"d":{"7":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979}}}}}},"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"139":{"tf":2.0},"140":{"tf":1.4142135623730951}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"132":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"215":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"182":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":33,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"226":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"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":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"220":{"tf":1.0},"221":{"tf":2.0}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"215":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"157":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"229":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"147":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"237":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"145":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"145":{"tf":2.0},"151":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"219":{"tf":1.0},"229":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"216":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"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":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"187":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"191":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"135":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":19,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"143":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"134":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"234":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"155":{"tf":1.0},"213":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"152":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":63,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"18":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"221":{"tf":2.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"52":{"tf":2.8284271247461903},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"233":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"146":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.7320508075688772},"216":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"139":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":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":{"14":{"tf":2.0},"147":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"232":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"234":{"tf":1.0}},"t":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"19":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"220":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"145":{"tf":2.0},"220":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"227":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"234":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"127":{"tf":1.0},"237":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"142":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"135":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":18,"docs":{"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":3.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.6457513110645907},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":2.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"158":{"tf":2.0},"216":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"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":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.4142135623730951},"230":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":118,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.6457513110645907},"127":{"tf":3.0},"128":{"tf":2.6457513110645907},"129":{"tf":2.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"145":{"tf":3.3166247903554},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":2.23606797749979},"158":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"205":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.7320508075688772},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":4.69041575982343},"60":{"tf":3.7416573867739413},"61":{"tf":4.242640687119285},"62":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"64":{"tf":2.8284271247461903},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":3,"docs":{"158":{"tf":1.0},"218":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"232":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":2,"docs":{"127":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"170":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":2.0},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.23606797749979},"41":{"tf":1.0},"44":{"tf":2.23606797749979}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"136":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"219":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"130":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"14":{"tf":1.0},"227":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"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":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"234":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"137":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"139":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":2.0},"2":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":2.8284271247461903},"233":{"tf":2.6457513110645907},"234":{"tf":3.605551275463989},"237":{"tf":2.8284271247461903},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":21,"docs":{"139":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":3.7416573867739413},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.605551275463989},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"227":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"139":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"142":{"tf":1.0}}}}},"t":{"df":6,"docs":{"152":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"231":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"231":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"234":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"135":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"135":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"200":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"227":{"tf":1.0}}}}},"p":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0}}}},"p":{"df":8,"docs":{"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"227":{"tf":1.0}}},"df":5,"docs":{"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"df":1,"docs":{"135":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"227":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":9,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"234":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"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":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"3":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":2.449489742783178},"140":{"tf":1.0},"216":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":3.4641016151377544},"145":{"tf":1.4142135623730951},"158":{"tf":1.0},"189":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"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":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"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":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"162":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"223":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":2.0},"153":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"231":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":11,"docs":{"128":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"213":{"tf":1.4142135623730951},"220":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":2.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}}}}},"v":{"df":3,"docs":{"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}}}},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":1.0},"216":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"147":{"tf":1.0},"162":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"156":{"tf":1.0},"216":{"tf":1.4142135623730951},"229":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"227":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":2.23606797749979},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":42,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":3.0},"156":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"213":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":15,"docs":{"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"142":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"232":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"226":{"tf":2.23606797749979}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":27,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"21":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"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":5,"docs":{"102":{"tf":1.7320508075688772},"160":{"tf":1.0},"202":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"142":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"144":{"tf":1.0},"213":{"tf":2.8284271247461903},"226":{"tf":1.0},"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"237":{"tf":1.0}}},"w":{"df":2,"docs":{"227":{"tf":1.4142135623730951},"232":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"130":{"tf":1.0}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"183":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"151":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"130":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.0},"2":{"tf":1.7320508075688772},"215":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"151":{"tf":3.1622776601683795},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"149":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"231":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"237":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"146":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"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":3,"docs":{"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":30,"docs":{"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"139":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"202":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"142":{"tf":2.0},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"214":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"229":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":16,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":28,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"129":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.8284271247461903},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.7320508075688772},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"128":{"tf":1.4142135623730951},"162":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.8284271247461903},"144":{"tf":2.23606797749979},"145":{"tf":2.8284271247461903},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"22":{"tf":1.0},"228":{"tf":3.0},"232":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"134":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":12,"docs":{"141":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"227":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"19":{"tf":1.0},"213":{"tf":2.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.7320508075688772},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"g":{"3":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"5":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"=":{",":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":62,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"153":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"138":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":7,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"221":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":23,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":3.1622776601683795},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":2.0},"221":{"tf":1.0},"228":{"tf":1.7320508075688772},"232":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"228":{"tf":1.0},"237":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":22,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"237":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"136":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":25,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"146":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"232":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":14,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.0},"147":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"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":{"138":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"145":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}},"t":{"df":5,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.4142135623730951},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"146":{"tf":1.0},"158":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"234":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.449489742783178},"162":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"152":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"213":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":2.23606797749979},"139":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"215":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":78,"docs":{"143":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.8284271247461903},"215":{"tf":3.1622776601683795},"217":{"tf":1.0},"234":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"227":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"220":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"227":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"232":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"146":{"tf":2.0},"154":{"tf":2.23606797749979},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"235":{"tf":1.0},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"174":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"187":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0},"4":{"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":2,"docs":{"228":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"220":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"(":{"&":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":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":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"237":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"133":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":60,"docs":{"131":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0}}}}},"c":{"df":1,"docs":{"135":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":15,"docs":{"136":{"tf":2.0},"137":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"232":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":4,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"213":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":59,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":3.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":2.8284271247461903},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.23606797749979},"162":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":2.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.8284271247461903},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":138,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":3.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":2.0},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":3.3166247903554},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":3.872983346207417},"152":{"tf":3.4641016151377544},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.8284271247461903},"233":{"tf":3.605551275463989},"234":{"tf":4.47213595499958},"237":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.7416573867739413},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":3.1622776601683795},"49":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"232":{"tf":1.0},"60":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"234":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"215":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"136":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}},"t":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"140":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"215":{"tf":1.0},"224":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"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":10,"docs":{"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":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":{"1":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"229":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"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":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"163":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"178":{"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"184":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"188":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"190":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"192":{"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":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"197":{"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":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"201":{"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":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"203":{"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":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"207":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"211":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"209":{"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":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"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":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{"]":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"y":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"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":{"153":{"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":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"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":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"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":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"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":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.0},"154":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"215":{"tf":2.0},"216":{"tf":2.6457513110645907},"217":{"tf":1.7320508075688772},"218":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":2.0},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":2.0},"232":{"tf":2.23606797749979},"233":{"tf":1.7320508075688772},"234":{"tf":2.449489742783178},"237":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.7416573867739413},"34":{"tf":3.7416573867739413},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.242640687119285},"43":{"tf":4.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.4142135623730951},"232":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"157":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":9,"docs":{"118":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.0},"145":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"22":{"tf":1.7320508075688772},"227":{"tf":3.1622776601683795},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"143":{"tf":1.0},"162":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"134":{"tf":1.4142135623730951},"21":{"tf":1.0},"223":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":60,"docs":{"139":{"tf":1.0},"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"232":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"157":{"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":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"213":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"220":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":19,"docs":{"139":{"tf":1.0},"146":{"tf":1.7320508075688772},"162":{"tf":2.0},"214":{"tf":3.4641016151377544},"215":{"tf":4.358898943540674},"216":{"tf":2.449489742783178},"217":{"tf":2.8284271247461903},"227":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.3166247903554},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"135":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"206":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"4":{"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":1,"docs":{"231":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"140":{"tf":1.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"16":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.7320508075688772},"162":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"140":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"221":{"tf":2.0},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"234":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"232":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"217":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":2.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"162":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"157":{"tf":1.0},"232":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.449489742783178}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":43,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"139":{"tf":1.7320508075688772},"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"143":{"tf":1.0},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.4142135623730951},"158":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"n":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"234":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"213":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"149":{"tf":1.7320508075688772},"151":{"tf":3.3166247903554},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":3.7416573867739413},"233":{"tf":2.8284271247461903},"234":{"tf":4.358898943540674},"237":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":30,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"157":{"tf":1.0},"162":{"tf":2.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"214":{"tf":3.7416573867739413},"215":{"tf":2.0},"216":{"tf":3.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.449489742783178},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"143":{"tf":2.23606797749979},"144":{"tf":2.6457513110645907},"227":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.605551275463989}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"130":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":12,"docs":{"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"217":{"tf":1.0},"232":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"215":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"220":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"183":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"237":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"237":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"229":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"221":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"\"":{"]":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":11,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"130":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"215":{"tf":1.7320508075688772},"220":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":11,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"227":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"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":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"232":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"153":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"195":{"tf":1.0},"213":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"216":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"151":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"156":{"tf":1.0},"174":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"237":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"160":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":17,"docs":{"132":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"220":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"136":{"tf":1.7320508075688772},"146":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"232":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"135":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"138":{"tf":2.0},"160":{"tf":1.0},"212":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":22,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":2.8284271247461903},"155":{"tf":2.0},"158":{"tf":1.0},"220":{"tf":2.449489742783178},"234":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"160":{"tf":1.0},"210":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"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":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"i":{"c":{":":{":":{"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":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"237":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.0},"228":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"220":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.23606797749979},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"227":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":63,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":3.3166247903554},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"138":{"tf":2.0}}},"2":{"df":1,"docs":{"138":{"tf":1.0}}},"8":{"df":1,"docs":{"138":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"130":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":3,"docs":{"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"138":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"220":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"13":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"233":{"tf":1.0}}}},"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":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.7320508075688772},"162":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":68,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"213":{"tf":2.8284271247461903},"214":{"tf":1.4142135623730951},"215":{"tf":2.23606797749979},"218":{"tf":1.0},"220":{"tf":2.6457513110645907},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"220":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"237":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"156":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"216":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"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":1,"docs":{"216":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"156":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":31,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":2.8284271247461903},"216":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"213":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"127":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"135":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"231":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"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":9,"docs":{"151":{"tf":1.0},"220":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"237":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":17,"docs":{"127":{"tf":2.23606797749979},"128":{"tf":1.7320508075688772},"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},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":37,"docs":{"133":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"152":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"220":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":29,"docs":{"157":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.8284271247461903},"37":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"45":{"tf":2.8284271247461903},"46":{"tf":2.449489742783178},"47":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"3":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"5":{"df":3,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"6":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"df":1,"docs":{"28":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"216":{"tf":1.0},"42":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"153":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"224":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"179":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":1,"docs":{"187":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"185":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"230":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"214":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"44":{"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":{"127":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"189":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"u":{"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":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"191":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"154":{"tf":1.0},"167":{"tf":1.0},"225":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"231":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"193":{"tf":1.0},"93":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"219":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"231":{"tf":1.0}}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"v":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"226":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"198":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"199":{"tf":1.0}}}}},"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":1,"docs":{"172":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"102":{"tf":1.0},"202":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.0}}}},"z":{"4":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"205":{"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":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"236":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"208":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"214":{"tf":1.0}}}},"y":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"133":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"136":{"tf":1.0}}}}},"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":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"201":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"207":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"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":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":21,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"214":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}}},"n":{"df":2,"docs":{"13":{"tf":1.0},"130":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"140":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"149":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"237":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"135":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"115":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"210":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"x":{"d":{"df":9,"docs":{"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file +Object.assign(window.search, {"doc_urls":["introduction.html#overview","introduction.html#what-is-quilkin","introduction.html#why-use-quilkin","introduction.html#major-features","introduction.html#what-next","installation.html#installation","installation.html#distributions","installation.html#oci-image","installation.html#cargo","installation.html#github","faq.html#faq","faq.html#just-how-fast-is-quilkin-what-sort-of-performance-can-i-expect","faq.html#can-i-integrate-quilkin-with-c-code","faq.html#i-would-like-to-run-quilkin-as-a-client-side-proxy-on-a-console-can-i-do-that","faq.html#any-reason-you-didnt-contribute-this-intoextend-envoy","deployment/quickstarts/netcat.html#quickstart-quilkin-with-netcat","deployment/quickstarts/netcat.html#requirements","deployment/quickstarts/netcat.html#1-start-an-udp-echo-service","deployment/quickstarts/netcat.html#2-start-quilkin","deployment/quickstarts/netcat.html#3-send-a-packet","deployment/quickstarts/agones-xonotic-sidecar.html#quickstart-quilkin-with-agones-and-xonotic-sidecar","deployment/quickstarts/agones-xonotic-sidecar.html#requirements","deployment/quickstarts/agones-xonotic-sidecar.html#1-agones-fleet-with-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#2-play-xonotic","deployment/quickstarts/agones-xonotic-sidecar.html#3-check-out-the-metrics","deployment/quickstarts/agones-xonotic-sidecar.html#5-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#6-agones-fleet-but-with-compression","deployment/quickstarts/agones-xonotic-sidecar.html#4-play-xonotic-through-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#7-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#whats-next","deployment/quickstarts/agones-xonotic-xds.html#quickstart-quilkin-with-agones-and-xonotic-xds","deployment/quickstarts/agones-xonotic-xds.html#requirements","deployment/quickstarts/agones-xonotic-xds.html#1-overview","deployment/quickstarts/agones-xonotic-xds.html#2-install-quilkin-agones-xds-provider","deployment/quickstarts/agones-xonotic-xds.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-xds.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-xds.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-xds.html#connecting-client-side","deployment/quickstarts/agones-xonotic-xds.html#whats-next","deployment/quickstarts/agones-xonotic-relay.html#quickstart-quilkin-with-agones-and-xonotic-relay","deployment/quickstarts/agones-xonotic-relay.html#requirements","deployment/quickstarts/agones-xonotic-relay.html#1-overview","deployment/quickstarts/agones-xonotic-relay.html#2-install-quilkin-relay-and-agones-agent","deployment/quickstarts/agones-xonotic-relay.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-relay.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-relay.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-relay.html#connecting-client-side","deployment/quickstarts/agones-xonotic-relay.html#whats-next","services/proxy.html#proxy","services/proxy.html#endpoints","services/proxy.html#proxy-filters","services/proxy.html#endpoint-metadata","services/proxy.html#specialist-endpoint-metadata","services/proxy.html#session","services/proxy/configuration.html#configuration-file","services/proxy/configuration.html#static-configuration","services/proxy/configuration.html#dynamic-configuration","services/proxy/configuration.html#json-schema","services/proxy/filters.html#packet-filters","services/proxy/filters.html#filters-and-filter-chain","services/proxy/filters.html#configuration-examples","services/proxy/filters.html#filter-dynamic-metadata","services/proxy/filters.html#well-known-dynamic-metadata","services/proxy/filters.html#built-in-filters","services/proxy/filters.html#filterconfig","services/proxy/filters/capture.html#capture","services/proxy/filters/capture.html#capture-strategies","services/proxy/filters/capture.html#suffix","services/proxy/filters/capture.html#prefix","services/proxy/filters/capture.html#regex","services/proxy/filters/capture.html#filter-name","services/proxy/filters/capture.html#configuration-examples","services/proxy/filters/capture.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compress","services/proxy/filters/compress.html#filter-name","services/proxy/filters/compress.html#configuration-examples","services/proxy/filters/compress.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compression-modes","services/proxy/filters/compress.html#snappy","services/proxy/filters/compress.html#lz4","services/proxy/filters/compress.html#metrics","services/proxy/filters/concatenate.html#concatenate","services/proxy/filters/concatenate.html#filter-name","services/proxy/filters/concatenate.html#configuration-examples","services/proxy/filters/concatenate.html#configuration-options--rust-doc-","services/proxy/filters/debug.html#debug","services/proxy/filters/debug.html#filter-name","services/proxy/filters/debug.html#configuration-examples","services/proxy/filters/debug.html#configuration-options--rust-doc-","services/proxy/filters/drop.html#drop","services/proxy/filters/drop.html#filter-name","services/proxy/filters/drop.html#configuration-examples","services/proxy/filters/drop.html#configuration","services/proxy/filters/firewall.html#firewall","services/proxy/filters/firewall.html#filter-name","services/proxy/filters/firewall.html#configuration-examples","services/proxy/filters/firewall.html#configuration-options--rust-doc-","services/proxy/filters/firewall.html#rule-evaluation","services/proxy/filters/load_balancer.html#loadbalancer","services/proxy/filters/load_balancer.html#filter-name","services/proxy/filters/load_balancer.html#configuration-examples","services/proxy/filters/load_balancer.html#configuration-options--rust-doc-","services/proxy/filters/local_rate_limit.html#localratelimit","services/proxy/filters/local_rate_limit.html#filter-name","services/proxy/filters/local_rate_limit.html#configuration-examples","services/proxy/filters/local_rate_limit.html#configuration-options--rust-doc-","services/proxy/filters/match.html#match","services/proxy/filters/match.html#filter-name","services/proxy/filters/match.html#configuration-examples","services/proxy/filters/match.html#configuration-options--rust-doc-","services/proxy/filters/match.html#metrics","services/proxy/filters/pass.html#pass","services/proxy/filters/pass.html#filter-name","services/proxy/filters/pass.html#configuration-examples","services/proxy/filters/pass.html#configuration","services/proxy/filters/timestamp.html#timestamp","services/proxy/filters/timestamp.html#filter-name","services/proxy/filters/timestamp.html#configuration-examples","services/proxy/filters/timestamp.html#configuration-options--rust-doc-","services/proxy/filters/timestamp.html#metrics","services/proxy/filters/token_router.html#tokenrouter","services/proxy/filters/token_router.html#filter-name","services/proxy/filters/token_router.html#configuration-examples","services/proxy/filters/token_router.html#configuration-options--rust-doc-","services/proxy/filters/token_router.html#metrics","services/proxy/filters/token_router.html#sample-applications","services/proxy/filters/token_router.html#packet-authentication","services/proxy/filters/writing_custom_filters.html#writing-custom-filters","services/proxy/filters/writing_custom_filters.html#filter","services/proxy/filters/writing_custom_filters.html#staticfilter","services/proxy/filters/writing_custom_filters.html#running","services/proxy/filters/writing_custom_filters.html#configuration","services/proxy/filters/writing_custom_filters.html#yaml-configuration","services/proxy/filters/writing_custom_filters.html#protobuf-configuration","services/proxy/filters/writing_custom_filters.html#generated---recommended","services/proxy/filters/writing_custom_filters.html#at-build-time","services/proxy/qcmp.html#quilkin-control-message-protocol-qcmp","services/proxy/qcmp.html#ping","services/proxy/qcmp.html#protocol-data-unit","services/proxy/qcmp.html#datacenter-latency","services/proxy/qcmp.html#api-and-schema","services/proxy/metrics.html#proxy-metrics","services/proxy/metrics.html#asn-maxmind-information","services/proxy/metrics.html#general-metrics","services/proxy/metrics.html#session-metrics","services/proxy/metrics.html#filter-metrics","services/xds.html#xds-control-plane","services/xds.html#overview","services/xds.html#xds-configuration-resources","services/xds.html#connecting-to-an-xds-management-server","services/xds/metrics.html#xds-metrics","services/xds/metrics.html#proxy-mode","services/xds/metrics.html#xds-provider-mode","services/xds/providers/agones.html#agones-xds-provider","services/xds/providers/agones.html#endpoint-configuration","services/xds/providers/agones.html#access-tokens","services/xds/providers/agones.html#filter-configuration","services/xds/providers/agones.html#usage","services/xds/providers/filesystem.html#filesystem-xds-provider","services/xds/proto/index.html#protocol-documentation","services/xds/proto/index.html#table-of-contents","services/xds/proto/index.html#quilkinrelayv1alpha1relayproto","services/xds/proto/index.html#aggregatedcontrolplanediscoveryservice","services/xds/proto/index.html#quilkinconfigv1alpha1configproto","services/xds/proto/index.html#cluster","services/xds/proto/index.html#clustermap","services/xds/proto/index.html#datacenter","services/xds/proto/index.html#endpoint","services/xds/proto/index.html#filter","services/xds/proto/index.html#filterchain","services/xds/proto/index.html#host","services/xds/proto/index.html#ipv6","services/xds/proto/index.html#locality","services/xds/proto/index.html#quilkinfilterscapturev1alpha1captureproto","services/xds/proto/index.html#capture","services/xds/proto/index.html#captureprefix","services/xds/proto/index.html#captureregex","services/xds/proto/index.html#capturesuffix","services/xds/proto/index.html#quilkinfilterscompressv1alpha1compressproto","services/xds/proto/index.html#compress","services/xds/proto/index.html#compressactionvalue","services/xds/proto/index.html#compressmodevalue","services/xds/proto/index.html#compressaction","services/xds/proto/index.html#compressmode","services/xds/proto/index.html#quilkinfiltersconcatenatev1alpha1concatenateproto","services/xds/proto/index.html#concatenate","services/xds/proto/index.html#concatenatestrategyvalue","services/xds/proto/index.html#concatenatestrategy","services/xds/proto/index.html#quilkinfiltersdebugv1alpha1debugproto","services/xds/proto/index.html#debug","services/xds/proto/index.html#quilkinfiltersdropv1alpha1dropproto","services/xds/proto/index.html#drop","services/xds/proto/index.html#quilkinfiltersfirewallv1alpha1firewallproto","services/xds/proto/index.html#firewall","services/xds/proto/index.html#firewallportrange","services/xds/proto/index.html#firewallrule","services/xds/proto/index.html#firewallaction","services/xds/proto/index.html#quilkinfiltersload_balancerv1alpha1load_balancerproto","services/xds/proto/index.html#loadbalancer","services/xds/proto/index.html#loadbalancerpolicyvalue","services/xds/proto/index.html#loadbalancerpolicy","services/xds/proto/index.html#quilkinfilterslocal_rate_limitv1alpha1local_rate_limitproto","services/xds/proto/index.html#localratelimit","services/xds/proto/index.html#quilkinfiltersmatchv1alpha1matchproto","services/xds/proto/index.html#match","services/xds/proto/index.html#matchbranch","services/xds/proto/index.html#matchconfig","services/xds/proto/index.html#quilkinfilterspassv1alpha1passproto","services/xds/proto/index.html#pass","services/xds/proto/index.html#quilkinfilterstoken_routerv1alpha1token_routerproto","services/xds/proto/index.html#tokenrouter","services/xds/proto/index.html#quilkinfilterstimestampv1alpha1timestampproto","services/xds/proto/index.html#timestamp","services/xds/proto/index.html#scalar-value-types","services/relay.html#control-plane-relay","services/relay.html#quickstart","services/agent.html#quilkin-agent","services/agent.html#quickstart","sdks/unreal-engine.html#quilkin-unreal-engine-plugin","sdks/unreal-engine.html#installation","sdks/unreal-engine.html#configuration","sdks/unreal-engine.html#delegates","deployment/admin.html#administration","deployment/admin.html#logging","deployment/admin.html#http-api","deployment/admin.html#endpoints","deployment/admin.html#live","deployment/admin.html#ready","deployment/admin.html#metrics","deployment/admin.html#debugpprofprofile","deployment/admin.html#config","deployment/examples.html#quilkin-integration-examples","deployment/examples.html#server-proxy-as-a-sidecar","deployment/examples.html#client-proxy-to-sidecar-server-proxy","deployment/examples.html#client-proxy-to-separate-server-proxies-pools","deployment/examples.html#what-next","third-party/presentations.html#third-party-videos-and-presentations","third-party/presentations.html#gdc-2023-open-source-game-development-summit-agones-and-quilkin-oss-multiplayer-game-server-service-mesh-on-kubernetes"],"index":{"documentStore":{"docInfo":{"0":{"body":10,"breadcrumbs":2,"title":1},"1":{"body":66,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":2,"title":1},"100":{"body":41,"breadcrumbs":6,"title":2},"101":{"body":60,"breadcrumbs":8,"title":4},"102":{"body":19,"breadcrumbs":6,"title":1},"103":{"body":1,"breadcrumbs":7,"title":2},"104":{"body":115,"breadcrumbs":7,"title":2},"105":{"body":52,"breadcrumbs":9,"title":4},"106":{"body":19,"breadcrumbs":4,"title":1},"107":{"body":1,"breadcrumbs":5,"title":2},"108":{"body":38,"breadcrumbs":5,"title":2},"109":{"body":180,"breadcrumbs":7,"title":4},"11":{"body":60,"breadcrumbs":6,"title":5},"110":{"body":18,"breadcrumbs":4,"title":1},"111":{"body":12,"breadcrumbs":4,"title":1},"112":{"body":1,"breadcrumbs":5,"title":2},"113":{"body":38,"breadcrumbs":5,"title":2},"114":{"body":3,"breadcrumbs":4,"title":1},"115":{"body":21,"breadcrumbs":4,"title":1},"116":{"body":1,"breadcrumbs":5,"title":2},"117":{"body":25,"breadcrumbs":5,"title":2},"118":{"body":35,"breadcrumbs":7,"title":4},"119":{"body":7,"breadcrumbs":4,"title":1},"12":{"body":47,"breadcrumbs":5,"title":4},"120":{"body":30,"breadcrumbs":5,"title":1},"121":{"body":1,"breadcrumbs":6,"title":2},"122":{"body":44,"breadcrumbs":6,"title":2},"123":{"body":31,"breadcrumbs":8,"title":4},"124":{"body":40,"breadcrumbs":5,"title":1},"125":{"body":0,"breadcrumbs":6,"title":2},"126":{"body":108,"breadcrumbs":6,"title":2},"127":{"body":66,"breadcrumbs":8,"title":3},"128":{"body":78,"breadcrumbs":6,"title":1},"129":{"body":35,"breadcrumbs":6,"title":1},"13":{"body":24,"breadcrumbs":7,"title":6},"130":{"body":169,"breadcrumbs":6,"title":1},"131":{"body":27,"breadcrumbs":6,"title":1},"132":{"body":67,"breadcrumbs":7,"title":2},"133":{"body":59,"breadcrumbs":7,"title":2},"134":{"body":23,"breadcrumbs":7,"title":2},"135":{"body":150,"breadcrumbs":7,"title":2},"136":{"body":41,"breadcrumbs":9,"title":5},"137":{"body":24,"breadcrumbs":5,"title":1},"138":{"body":109,"breadcrumbs":7,"title":3},"139":{"body":119,"breadcrumbs":6,"title":2},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":23,"breadcrumbs":6,"title":2},"141":{"body":6,"breadcrumbs":4,"title":2},"142":{"body":56,"breadcrumbs":5,"title":3},"143":{"body":180,"breadcrumbs":4,"title":2},"144":{"body":54,"breadcrumbs":4,"title":2},"145":{"body":101,"breadcrumbs":4,"title":2},"146":{"body":159,"breadcrumbs":5,"title":3},"147":{"body":97,"breadcrumbs":3,"title":1},"148":{"body":39,"breadcrumbs":5,"title":3},"149":{"body":15,"breadcrumbs":6,"title":4},"15":{"body":0,"breadcrumbs":4,"title":3},"150":{"body":0,"breadcrumbs":5,"title":2},"151":{"body":117,"breadcrumbs":5,"title":2},"152":{"body":142,"breadcrumbs":6,"title":3},"153":{"body":92,"breadcrumbs":7,"title":3},"154":{"body":43,"breadcrumbs":6,"title":2},"155":{"body":33,"breadcrumbs":6,"title":2},"156":{"body":68,"breadcrumbs":6,"title":2},"157":{"body":47,"breadcrumbs":5,"title":1},"158":{"body":102,"breadcrumbs":7,"title":3},"159":{"body":0,"breadcrumbs":6,"title":2},"16":{"body":14,"breadcrumbs":2,"title":1},"160":{"body":56,"breadcrumbs":6,"title":2},"161":{"body":0,"breadcrumbs":5,"title":1},"162":{"body":87,"breadcrumbs":5,"title":1},"163":{"body":0,"breadcrumbs":5,"title":1},"164":{"body":9,"breadcrumbs":5,"title":1},"165":{"body":7,"breadcrumbs":5,"title":1},"166":{"body":10,"breadcrumbs":5,"title":1},"167":{"body":12,"breadcrumbs":5,"title":1},"168":{"body":12,"breadcrumbs":5,"title":1},"169":{"body":7,"breadcrumbs":5,"title":1},"17":{"body":30,"breadcrumbs":6,"title":5},"170":{"body":10,"breadcrumbs":5,"title":1},"171":{"body":8,"breadcrumbs":5,"title":1},"172":{"body":11,"breadcrumbs":5,"title":1},"173":{"body":0,"breadcrumbs":5,"title":1},"174":{"body":12,"breadcrumbs":5,"title":1},"175":{"body":8,"breadcrumbs":5,"title":1},"176":{"body":6,"breadcrumbs":5,"title":1},"177":{"body":9,"breadcrumbs":5,"title":1},"178":{"body":0,"breadcrumbs":5,"title":1},"179":{"body":10,"breadcrumbs":5,"title":1},"18":{"body":56,"breadcrumbs":4,"title":3},"180":{"body":6,"breadcrumbs":5,"title":1},"181":{"body":6,"breadcrumbs":5,"title":1},"182":{"body":9,"breadcrumbs":5,"title":1},"183":{"body":8,"breadcrumbs":5,"title":1},"184":{"body":0,"breadcrumbs":5,"title":1},"185":{"body":10,"breadcrumbs":5,"title":1},"186":{"body":6,"breadcrumbs":5,"title":1},"187":{"body":10,"breadcrumbs":5,"title":1},"188":{"body":0,"breadcrumbs":5,"title":1},"189":{"body":7,"breadcrumbs":5,"title":1},"19":{"body":61,"breadcrumbs":4,"title":3},"190":{"body":0,"breadcrumbs":5,"title":1},"191":{"body":1,"breadcrumbs":5,"title":1},"192":{"body":0,"breadcrumbs":5,"title":1},"193":{"body":10,"breadcrumbs":5,"title":1},"194":{"body":8,"breadcrumbs":5,"title":1},"195":{"body":12,"breadcrumbs":5,"title":1},"196":{"body":8,"breadcrumbs":5,"title":1},"197":{"body":0,"breadcrumbs":5,"title":1},"198":{"body":6,"breadcrumbs":5,"title":1},"199":{"body":6,"breadcrumbs":5,"title":1},"2":{"body":53,"breadcrumbs":3,"title":2},"20":{"body":0,"breadcrumbs":8,"title":5},"200":{"body":10,"breadcrumbs":5,"title":1},"201":{"body":0,"breadcrumbs":5,"title":1},"202":{"body":9,"breadcrumbs":5,"title":1},"203":{"body":0,"breadcrumbs":5,"title":1},"204":{"body":10,"breadcrumbs":5,"title":1},"205":{"body":8,"breadcrumbs":5,"title":1},"206":{"body":12,"breadcrumbs":5,"title":1},"207":{"body":0,"breadcrumbs":5,"title":1},"208":{"body":1,"breadcrumbs":5,"title":1},"209":{"body":0,"breadcrumbs":5,"title":1},"21":{"body":22,"breadcrumbs":4,"title":1},"210":{"body":7,"breadcrumbs":5,"title":1},"211":{"body":0,"breadcrumbs":5,"title":1},"212":{"body":6,"breadcrumbs":5,"title":1},"213":{"body":248,"breadcrumbs":7,"title":3},"214":{"body":201,"breadcrumbs":4,"title":3},"215":{"body":211,"breadcrumbs":2,"title":1},"216":{"body":200,"breadcrumbs":4,"title":2},"217":{"body":72,"breadcrumbs":3,"title":1},"218":{"body":29,"breadcrumbs":6,"title":4},"219":{"body":6,"breadcrumbs":3,"title":1},"22":{"body":94,"breadcrumbs":7,"title":4},"220":{"body":229,"breadcrumbs":3,"title":1},"221":{"body":45,"breadcrumbs":3,"title":1},"222":{"body":8,"breadcrumbs":2,"title":1},"223":{"body":40,"breadcrumbs":2,"title":1},"224":{"body":25,"breadcrumbs":3,"title":2},"225":{"body":5,"breadcrumbs":2,"title":1},"226":{"body":19,"breadcrumbs":2,"title":1},"227":{"body":129,"breadcrumbs":2,"title":1},"228":{"body":55,"breadcrumbs":2,"title":1},"229":{"body":48,"breadcrumbs":2,"title":1},"23":{"body":36,"breadcrumbs":6,"title":3},"230":{"body":10,"breadcrumbs":2,"title":1},"231":{"body":36,"breadcrumbs":5,"title":3},"232":{"body":112,"breadcrumbs":5,"title":3},"233":{"body":79,"breadcrumbs":7,"title":5},"234":{"body":188,"breadcrumbs":8,"title":6},"235":{"body":10,"breadcrumbs":3,"title":1},"236":{"body":0,"breadcrumbs":6,"title":4},"237":{"body":98,"breadcrumbs":18,"title":16},"24":{"body":34,"breadcrumbs":7,"title":4},"25":{"body":12,"breadcrumbs":5,"title":2},"26":{"body":92,"breadcrumbs":7,"title":4},"27":{"body":107,"breadcrumbs":8,"title":5},"28":{"body":13,"breadcrumbs":5,"title":2},"29":{"body":6,"breadcrumbs":5,"title":2},"3":{"body":52,"breadcrumbs":3,"title":2},"30":{"body":0,"breadcrumbs":8,"title":5},"31":{"body":26,"breadcrumbs":4,"title":1},"32":{"body":46,"breadcrumbs":5,"title":2},"33":{"body":135,"breadcrumbs":9,"title":6},"34":{"body":201,"breadcrumbs":8,"title":5},"35":{"body":83,"breadcrumbs":7,"title":4},"36":{"body":275,"breadcrumbs":6,"title":3},"37":{"body":205,"breadcrumbs":6,"title":3},"38":{"body":10,"breadcrumbs":5,"title":2},"39":{"body":0,"breadcrumbs":8,"title":5},"4":{"body":198,"breadcrumbs":2,"title":1},"40":{"body":26,"breadcrumbs":4,"title":1},"41":{"body":74,"breadcrumbs":5,"title":2},"42":{"body":156,"breadcrumbs":9,"title":6},"43":{"body":218,"breadcrumbs":8,"title":5},"44":{"body":83,"breadcrumbs":7,"title":4},"45":{"body":276,"breadcrumbs":6,"title":3},"46":{"body":205,"breadcrumbs":6,"title":3},"47":{"body":10,"breadcrumbs":5,"title":2},"48":{"body":150,"breadcrumbs":2,"title":1},"49":{"body":20,"breadcrumbs":2,"title":1},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":27,"breadcrumbs":3,"title":2},"51":{"body":50,"breadcrumbs":3,"title":2},"52":{"body":79,"breadcrumbs":4,"title":3},"53":{"body":113,"breadcrumbs":2,"title":1},"54":{"body":55,"breadcrumbs":5,"title":2},"55":{"body":92,"breadcrumbs":5,"title":2},"56":{"body":18,"breadcrumbs":5,"title":2},"57":{"body":154,"breadcrumbs":5,"title":2},"58":{"body":23,"breadcrumbs":4,"title":2},"59":{"body":194,"breadcrumbs":5,"title":3},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":101,"breadcrumbs":4,"title":2},"61":{"body":136,"breadcrumbs":5,"title":3},"62":{"body":24,"breadcrumbs":6,"title":4},"63":{"body":75,"breadcrumbs":4,"title":2},"64":{"body":50,"breadcrumbs":3,"title":1},"65":{"body":33,"breadcrumbs":4,"title":1},"66":{"body":5,"breadcrumbs":5,"title":2},"67":{"body":4,"breadcrumbs":4,"title":1},"68":{"body":4,"breadcrumbs":4,"title":1},"69":{"body":16,"breadcrumbs":4,"title":1},"7":{"body":12,"breadcrumbs":3,"title":2},"70":{"body":1,"breadcrumbs":5,"title":2},"71":{"body":22,"breadcrumbs":5,"title":2},"72":{"body":159,"breadcrumbs":7,"title":4},"73":{"body":20,"breadcrumbs":4,"title":1},"74":{"body":1,"breadcrumbs":5,"title":2},"75":{"body":81,"breadcrumbs":5,"title":2},"76":{"body":48,"breadcrumbs":7,"title":4},"77":{"body":0,"breadcrumbs":5,"title":2},"78":{"body":42,"breadcrumbs":4,"title":1},"79":{"body":80,"breadcrumbs":4,"title":1},"8":{"body":10,"breadcrumbs":2,"title":1},"80":{"body":14,"breadcrumbs":4,"title":1},"81":{"body":22,"breadcrumbs":4,"title":1},"82":{"body":1,"breadcrumbs":5,"title":2},"83":{"body":21,"breadcrumbs":5,"title":2},"84":{"body":61,"breadcrumbs":7,"title":4},"85":{"body":30,"breadcrumbs":4,"title":1},"86":{"body":1,"breadcrumbs":5,"title":2},"87":{"body":18,"breadcrumbs":5,"title":2},"88":{"body":24,"breadcrumbs":7,"title":4},"89":{"body":13,"breadcrumbs":4,"title":1},"9":{"body":10,"breadcrumbs":2,"title":1},"90":{"body":1,"breadcrumbs":5,"title":2},"91":{"body":38,"breadcrumbs":5,"title":2},"92":{"body":3,"breadcrumbs":4,"title":1},"93":{"body":16,"breadcrumbs":4,"title":1},"94":{"body":1,"breadcrumbs":5,"title":2},"95":{"body":31,"breadcrumbs":5,"title":2},"96":{"body":138,"breadcrumbs":7,"title":4},"97":{"body":49,"breadcrumbs":5,"title":2},"98":{"body":8,"breadcrumbs":5,"title":1},"99":{"body":1,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"Quilkin is a UDP proxy, specifically designed for use with multiplayer dedicated game servers.","breadcrumbs":"Introduction » Overview","id":"0","title":"Overview"},"1":{"body":"Quilkin on open source is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game servers deployments, to ensure security, access control, telemetry data, metrics and more. It is designed to be used behind game clients as well as in front of dedicated game servers. Quilkin's aim is to pull the above functionality out of bespoke, monolithic dedicated game servers and clients, and provide standard, composable modules that can be reused across a wide set of multiplayer games, so that game developers can instead focus on their game specific aspects of building a multiplayer game.","breadcrumbs":"Introduction » What is Quilkin?","id":"1","title":"What is Quilkin?"},"10":{"body":"","breadcrumbs":"FAQ » FAQ","id":"10","title":"FAQ"},"100":{"body":"# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.load_balancer.v1alpha1.LoadBalancer config: policy: ROUND_ROBIN\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } The load balancing policy (the strategy to use to select what endpoint to send traffic to) is configurable. In the example above, packets will be distributed by selecting endpoints in turn, in round robin fashion.","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Examples","id":"100","title":"Configuration Examples"},"101":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: The configuration for [`load_balancer`][super].\ntype: object\nproperties: policy: default: ROUND_ROBIN allOf: - $ref: '#/definitions/Policy'\ndefinitions: Policy: description: Policy represents how a [`load_balancer`][super] distributes packets across endpoints. oneOf: - description: Send packets to endpoints in turns. type: string enum: - ROUND_ROBIN - description: Send packets to endpoints chosen at random. type: string enum: - RANDOM - description: Send packets to endpoints based on hash of source IP and port. type: string enum: - HASH","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Options ( Rust Doc )","id":"101","title":"Configuration Options ( Rust Doc )"},"102":{"body":"The LocalRateLimit filter controls the frequency at which packets received downstream are forwarded upstream by the proxy. Rate limiting is done independently per source (IP, Port) combination.","breadcrumbs":"Proxy » Filters » Local Rate Limit » LocalRateLimit","id":"102","title":"LocalRateLimit"},"103":{"body":"quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit","breadcrumbs":"Proxy » Filters » Local Rate Limit » Filter name","id":"103","title":"Filter name"},"104":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 1000 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } To configure a rate limiter, we specify the maximum rate at which the proxy is allowed to forward packets. In the example above, we configured the proxy to forward a maximum of 1000 packets per second). Be aware that due to some optimizations in the current rate limiter implementation, the enforced maximum number of packets is not always exact. It is in theory possible that the rate limiter allows a few packets through, however in practice this would be a rare occurrence and the maximum number of such packets that is in the worse case N-1 where N is the number of threads used to process packets. For example, a configuration allowing 1000 packets per second could potentially allow 1004 packets during some time window if we have up to 4 threads. Packets that that exceeds the maximum configured rate are dropped.","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Examples","id":"104","title":"Configuration Examples"},"105":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- max_packets\n- period\nproperties: max_packets: description: The maximum number of packets allowed to be forwarded by the rate limiter in a given duration. type: integer format: uint minimum: 0.0 period: description: The duration in seconds during which max_packets applies. If none is provided, it defaults to one second. type: integer format: uint32 minimum: 0.0","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Options ( Rust Doc )","id":"105","title":"Configuration Options ( Rust Doc )"},"106":{"body":"The Match filter's job is to provide a mechanism to change behaviour based on dynamic metadata. This filter behaves similarly to the match expression in Rust or switch statements in other languages.","breadcrumbs":"Proxy » Filters » Match » Match","id":"106","title":"Match"},"107":{"body":"quilkin.filters.match.v1alpha1.Match","breadcrumbs":"Proxy » Filters » Match » Filter name","id":"107","title":"Filter name"},"108":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Match » Configuration Examples","id":"108","title":"Configuration Examples"},"109":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Configuration for [`Match`][super::Match].\ntype: object\nproperties: on_read: description: Configuration for [`Filter::read`][crate::filters::Filter::read]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null' on_write: description: Configuration for [`Filter::write`][crate::filters::Filter::write]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null'\nadditionalProperties: false\ndefinitions: Branch: description: A specific match branch. The filter is run when `value` matches the value defined in `metadata_key`. type: object required: - name - value properties: config: true label: type: - string - 'null' name: type: string value: description: The value to compare against the dynamic metadata. allOf: - $ref: '#/definitions/Value' DirectionalConfig: description: Configuration for a specific direction. type: object required: - branches - metadataKey properties: branches: description: List of filters to compare and potentially run if any match. type: array items: $ref: '#/definitions/Branch' fallthrough: description: The behaviour for when none of the `branches` match. default: config: null label: null name: quilkin.filters.drop.v1alpha1.Drop allOf: - $ref: '#/definitions/Filter' metadataKey: description: The key for the metadata to compare against. allOf: - $ref: '#/definitions/Key' Filter: description: Filter is the configuration for a single filter type: object required: - name properties: config: true label: type: - string - 'null' name: type: string additionalProperties: false Key: description: A key in the metadata table. type: string Value: anyOf: - type: boolean - type: integer format: uint64 minimum: 0.0 - type: array items: $ref: '#/definitions/Value' - type: string - type: array items: type: integer format: uint8 minimum: 0.0 View the Match filter documentation for more details.","breadcrumbs":"Proxy » Filters » Match » Configuration Options ( Rust Doc )","id":"109","title":"Configuration Options ( Rust Doc )"},"11":{"body":"Our current testing shows that on Quilkin shows that it process packets quite fast ! We won't be publishing performance benchmarks, as performance will always change depending on the underlying hardware, number of filters, configurations and more. We highly recommend you run your own load tests on your platform and configuration, matching your production workload and configuration as close as possible. Our iperf3 based performance test in the examples' folder is a good starting point. Since this is still an alpha project, we have plans on investigating further performance improvements in upcoming releases, both from an optimisation and observability perspective as well.","breadcrumbs":"FAQ » Just how fast is Quilkin? What sort of performance can I expect?","id":"11","title":"Just how fast is Quilkin? What sort of performance can I expect?"},"110":{"body":"quilkin_filter_int_counter{label=\"packets_matched_total\"} A counter of the total number of packets where the dynamic metadata matches a branch value. quilkin_filter_int_counter{label=\"packets_fallthrough_total\"} A counter of the total number of packets that are processed by the fallthrough configuration.","breadcrumbs":"Proxy » Filters » Match » Metrics","id":"110","title":"Metrics"},"111":{"body":"The Pass filter that always passes any packet through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Pass » Pass","id":"111","title":"Pass"},"112":{"body":"quilkin.filters.pass.v1alpha1.Pass","breadcrumbs":"Proxy » Filters » Pass » Filter name","id":"112","title":"Filter name"},"113":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Pass » Configuration Examples","id":"113","title":"Configuration Examples"},"114":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Pass » Configuration","id":"114","title":"Configuration"},"115":{"body":"The Timestamp filter accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. Mostly useful in combination with other filters such as Capture to pull timestamp data from packets.","breadcrumbs":"Proxy » Filters » Timestamp » Timestamp","id":"115","title":"Timestamp"},"116":{"body":"quilkin.filters.timestamp.v1alpha1.Timestamp","breadcrumbs":"Proxy » Filters » Timestamp » Filter name","id":"116","title":"Filter name"},"117":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: example.com/session_duration prefix: size: 3 remove: false - name: quilkin.filters.timestamp.v1alpha1.Timestamp config: metadataKey: example.com/session_duration\nclusters: - endpoints: - address: 127.0.0.1:26000\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Examples","id":"117","title":"Configuration Examples"},"118":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- metadataKey\nproperties: metadataKey: description: The metadata key to read the UTC UNIX Timestamp from. allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Options ( Rust Doc )","id":"118","title":"Configuration Options ( Rust Doc )"},"119":{"body":"quilkin_filter_histogram{label=\"duration\"} A histogram of durations from metadata_key to now in the packet direction.","breadcrumbs":"Proxy » Filters » Timestamp » Metrics","id":"119","title":"Metrics"},"12":{"body":"Quilkin is also released as a library so it can be integrated with an external codebase as necessary. Using Rust code inside a C or C++ project mostly consists of two parts. Creating a C-friendly API in Rust Embedding your Rust project into an external build system See A little Rust with your C for more information. Over time, we will be expanding documentation on how to integrate with specific engines if running Quilkin as a separate binary is not an option.","breadcrumbs":"FAQ » Can I integrate Quilkin with C++ code?","id":"12","title":"Can I integrate Quilkin with C++ code?"},"120":{"body":"The TokenRouter filter's job is to provide a mechanism to declare which Endpoints a packet should be sent to. This Filter provides this functionality by comparing a byte array token found in the Filter Dynamic Metadata from a previous Filter, and comparing it to Endpoint's tokens , and sending packets to those Endpoints only if there is a match.","breadcrumbs":"Proxy » Filters » Token Router » TokenRouter","id":"120","title":"TokenRouter"},"121":{"body":"quilkin.filters.token_router.v1alpha1.TokenRouter","breadcrumbs":"Proxy » Filters » Token Router » Filter name","id":"121","title":"Filter name"},"122":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.token_router.v1alpha1.TokenRouter config: metadataKey: myapp.com/myownkey\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); View the CaptureBytes filter documentation for more details.","breadcrumbs":"Proxy » Filters » Token Router » Configuration Examples","id":"122","title":"Configuration Examples"},"123":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nproperties: metadataKey: description: the key to use when retrieving the token from the Filter's dynamic metadata default: quilkin.dev/capture allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Token Router » Configuration Options ( Rust Doc )","id":"123","title":"Configuration Options ( Rust Doc )"},"124":{"body":"quilkin_filter_TokenRouter_packets_dropped_total A counter of the total number of packets that have been dropped. This is also provided with a Reason label, as there are differing reasons for packets to be dropped: NoEndpointMatch - The token provided via the Filter dynamic metadata does not match any Endpoint's tokens. NoTokenFound - No token has been found in the Filter dynamic metadata. InvalidToken - The data found for the token in the Filter dynamic metadata is not of the correct data type (Vec)","breadcrumbs":"Proxy » Filters » Token Router » Metrics","id":"124","title":"Metrics"},"125":{"body":"","breadcrumbs":"Proxy » Filters » Token Router » Sample Applications","id":"125","title":"Sample Applications"},"126":{"body":"In combination with several other filters, the TokenRouter can be utilised as an authentication and access control mechanism for all incoming packets. Capturing the authentication token from an incoming packet can be implemented via the CaptureByte filter, with an example outlined below, or any other filter that populates the configured dynamic metadata key for the authentication token to reside. It is assumed that the endpoint tokens that are used for authentication are generated by an external system, are appropriately cryptographically random and sent to each proxy securely. For example, a configuration would look like: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture # Capture and remove the authentication token config: suffix: size: 3 remove: true - name: quilkin.filters.token_router.v1alpha1.TokenRouter\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2); On the game client side the Concatenate filter could also be used to add authentication tokens to outgoing packets.","breadcrumbs":"Proxy » Filters » Token Router » Packet Authentication","id":"126","title":"Packet Authentication"},"127":{"body":"The full source code used in this example can be found in examples/ . Quilkin provides an extensible implementation of Filters that allows us to plug in custom implementations to fit our needs. This document provides an overview of the API and how we can go about writing our own Filters . First we need to create a type and implement two traits for it. It's not terribly important what the filter in this example does so let's write a Greet filter that appends Hello to every packet in one direction and Goodbye to packets in the opposite direction. struct Greet; As a convention within Quilkin: Filter names are singular, they also tend to be a verb, rather than an adjective. Examples Greet not \"Greets\" Compress not \"Compressor\".","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Writing Custom Filters","id":"127","title":"Writing Custom Filters"},"128":{"body":"Represents the actual Filter instance in the pipeline. An implementation provides a read and a write method (both are passthrough by default) that accepts a context object and returns a response. Both methods are invoked by the proxy when it consults the filter chain read is invoked when a packet is received on the local downstream port and is to be sent to an upstream endpoint while write is invoked in the opposite direction when a packet is received from an upstream endpoint and is to be sent to a downstream client. # struct Greet;\nuse quilkin::filters::prelude::*; /// Appends data to each packet\n#[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents.extend_from_slice(b\"Hello\"); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents.extend_from_slice(b\"Goodbye\"); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Filter","id":"128","title":"Filter"},"129":{"body":"Represents metadata needed for your [Filter], most of it has to with defining configuration, for now we can use () as we have no configuration currently. # use quilkin::filters::prelude::*;\n# struct Greet;\n# impl Filter for Greet {}\nimpl StaticFilter for Greet { const NAME: &'static str = \"greet.v1\"; type Configuration = (); type BinaryConfiguration = (); fn try_from_config(config: Option) -> Result { Ok(Self) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » StaticFilter","id":"129","title":"StaticFilter"},"13":{"body":"This is an ongoing discussion, and since console development is protected by non-disclosure agreements, we can't comment on this directly. That being said, we have an Unreal Engine for games in circumstances where compiling Rust or providing a separate Quilkin binary as an executable is not an option.","breadcrumbs":"FAQ » I would like to run Quilkin as a client side proxy on a console? Can I do that?","id":"13","title":"I would like to run Quilkin as a client side proxy on a console? Can I do that?"},"130":{"body":"We can run the proxy using Proxy::run function. Let's add a main function that does that. Quilkin relies on the Tokio async runtime, so we need to import that crate and wrap our main function with it. We can also register custom filters in quilkin using FilterRegistry::register Add Tokio as a dependency in Cargo.toml. [dependencies]\nquilkin = \"0.2.0\"\ntokio = { version = \"1\", features = [\"full\"]} Add a main function that starts the proxy. // src/main.rs\n#[tokio::main]\nasync fn main() -> quilkin::Result<()> { quilkin::filters::FilterRegistry::register(vec![Greet::factory()].into_iter()); let (_shutdown_tx, shutdown_rx) = quilkin::make_shutdown_channel(quilkin::ShutdownKind::Normal); let proxy = quilkin::Proxy::default(); let config = quilkin::Config::default_non_agent(); config.filters.store(std::sync::Arc::new( quilkin::filters::FilterChain::try_create([quilkin::config::Filter { name: Greet::NAME.into(), label: None, config: None, }])?, )); config.clusters.modify(|map| { map.insert_default( [quilkin::net::endpoint::Endpoint::new( (std::net::Ipv4Addr::LOCALHOST, 4321).into(), )] .into(), ) }); proxy .run(config.into(), Default::default(), None, shutdown_rx) .await\n} Now, let's try out the proxy. The following configuration starts our extended version of the proxy at port 7777 and forwards all packets to an upstream server at port 4321. # quilkin.yaml\nversion: v1alpha1\nfilters: - name: greet.v1\nclusters: - endpoints: - address: 127.0.0.1:4321 Next we to setup our network of services, for this example we're going to use the netcat tool to spawn a UDP echo server and interactive client for us to send packets over the wire. # Start the proxy\ncargo run -- &\n# Start a UDP listening server on the configured port\nnc -lu 127.0.0.1 4321 &\n# Start an interactive UDP client that sends packet to the proxy\nnc -u 127.0.0.1 7777 Whatever we pass to the client should now show up with our modification on the listening server's standard output. For example typing Quilkin in the client prints Hello Quilkin on the server.","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Running","id":"130","title":"Running"},"131":{"body":"Let's extend the Greet filter to have a configuration that contains what greeting to use. The Serde crate is used to describe static YAML configuration in code while Tonic / Prost is used to describe dynamic configuration as Protobuf messages when talking to a management server .","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Configuration","id":"131","title":"Configuration"},"132":{"body":"First let's create the type for our configuration: Add the yaml parsing crates to Cargo.toml: # [dependencies]\nserde = \"1.0\"\nserde_yaml = \"0.8\" Define a struct representing the config: // src/main.rs\n#[derive(Serialize, Deserialize, Debug, schemars::JsonSchema)]\nstruct Config { greeting: String,\n} Update the Greet Filter to take in greeting as a parameter: // src/main.rs\nstruct Greet { config: Config,\n} #[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents .prepend_from_slice(format!(\"{} \", self.config.greeting).as_bytes()); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents .prepend_from_slice(format!(\"{} \", self.config.greeting).as_bytes()); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » YAML Configuration","id":"132","title":"YAML Configuration"},"133":{"body":"Quilkin comes with out-of-the-box support for xDS management, and as such needs to communicate filter configuration over Protobuf with management servers and clients to synchronise state across the network. So let's add the binary version of our Greet configuration. Add the proto parsing crates to Cargo.toml: [dependencies]\n# ...\ntonic = \"0.5.0\"\nprost = \"0.7\"\nprost-types = \"0.7\" Create a Protobuf equivalent of our YAML configuration. // src/greet.proto\nsyntax = \"proto3\"; package greet; message Greet { string greeting = 1;\n} Generate Rust code from the proto file:","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Protobuf Configuration","id":"133","title":"Protobuf Configuration"},"134":{"body":"Use something like proto-gen to generate Rust code for the protobuf. At that point it is just normal rust code and can be included from where you placed the generated code, eg. generated. mod generated;\nuse generated::greet as proto;","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Generated - Recommended","id":"134","title":"Generated - Recommended"},"135":{"body":"There are a few ways to generate Prost code from proto, we will use the prost_build crate in this example. Add the following required crates to Cargo.toml, and then add a build script to generate the following Rust code during compilation: # [dependencies]\nbytes = \"1.0\" # [build-dependencies]\nprost-build = \"0.7\" // src/build.rs\nfn main() { // Remove if you already have `protoc` installed in your system. std::env::set_var(\"PROTOC\", protobuf_src::protoc()); prost_build::compile_protos(&[\"src/greet.proto\"], &[\"src/\"]).unwrap();\n} To include the generated code, we'll use [tonic::include_proto]. // src/main.rs\n#[allow(warnings, clippy::all)]\n// ANCHOR: include_proto\nmod proto { tonic::include_proto!(\"greet\");\n} Then we just need to implement std::convert::TryFrom for converting the protobuf message to equivalent configuration. // src/main.rs\nimpl TryFrom for Config { type Error = ConvertProtoConfigError; fn try_from(p: proto::Greet) -> Result { Ok(Self { greeting: p.greeting, }) }\n} impl From for proto::Greet { fn from(config: Config) -> Self { Self { greeting: config.greeting, } }\n} Now, let's update Greet's StaticFilter implementation to use the two configurations. // src/main.rs\nuse quilkin::filters::StaticFilter; impl StaticFilter for Greet { const NAME: &'static str = \"greet.v1\"; type Configuration = Config; type BinaryConfiguration = proto::Greet; fn try_from_config(config: Option) -> Result { Ok(Self { config: Self::ensure_config_exists(config)?, }) }\n} That's it! With these changes we have wired up static configuration for our filter. Try it out with the following configuration: # quilkin.yaml\nversion: v1alpha1\nport: 7001\nfilters:\n- name: greet.v1 config: greeting: Hey\nendpoints:\n- address: 127.0.0.1:4321","breadcrumbs":"Proxy » Filters » Writing Custom Filters » At build time","id":"135","title":"At build time"},"136":{"body":"services ports Protocol QCMP 7600 UDP AND TCP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP and TCP. The purpose of this API is to provide meta operations that can be used by untrusted clients. Currently the API is focuses on providing pings for latency measurement but that may change overtime as new features are added.","breadcrumbs":"Proxy » Control Message Protocol » Quilkin Control Message Protocol (QCMP)","id":"136","title":"Quilkin Control Message Protocol (QCMP)"},"137":{"body":"The main functionality currently in QCMP is pinging, measuring the latency from one service to another over UDP. You can also measure the distance locally using the quilkin qcmp ping command. quilkin qcmp ping 127.0.0.1:7600","breadcrumbs":"Proxy » Control Message Protocol » Ping","id":"137","title":"Ping"},"138":{"body":"The following is a Kaitai Struct configuration of the protocol data unit accepted by Quilkin proxies. meta: id: quilkin_packet endian: be\nseq: - id: magic_header contents: \"QLKN\" - id: protocol_version type: u1 - id: packet_type type: u1 - id: packet_length type: u2 - id: packet size: packet_length type: switch-on: packet_type cases: 0: ping_packet 1: ping_reply_packet types: ping_packet: doc: | Sent by a client to a proxy containing the time when the client sent the packet along with a unique nonce. The timestamp should be a UTC unix timestamp in **nanoseconds**. seq: - id: nonce type: u1 - id: client_sent_timestamp type: u8 ping_reply_packet: doc: | A reply from a proxy containing the ping's nonce, the client sent time, the server's receive time, and the server's sent time. The timestamps should be UTC unix timestamps in **nanoseconds**. seq: - id: nonce type: u1 - id: client_sent_timestamp type: u8 - id: server_receive_timestamp type: u8 - id: server_sent_timestamp type: u8","breadcrumbs":"Proxy » Control Message Protocol » Protocol Data Unit","id":"138","title":"Protocol Data Unit"},"139":{"body":"In addition to being able to ping Quilkin to get the latency between the client and proxy. In order to allow clients to send information to services like a matchmaker about which datacentre they are closest to, Quilkin also includes the ability to get a proxy's latency to each of its connected datacentres. Note: This requires a multi-cluster relay setup, as when you set up proxies in the same cluster as gameservers, this measurement is redundant. All that is required to set this up is to provide an ICAO code to the agent in the gameserver cluster. (E.g. through the environment variable ICAO_CODE). No further setup is required. You can use duplicate ICAO codes , Quilkin will choose the best result amongst the duplicates to return. Quilkin assumes that multiple of the same ICAO code refer to the same phyiscal datacentre, so latency between them should negible. Why ICAO? ICAO is an international standard for airport codes, airport codes are an easy human readable code that makes it easy to use geo-visualisations in tools like Grafana, and easily allows grouping. IATA codes only cover major airports, ICAO codes cover practically every airport making them easy to more accurately represent the location of any datacentre.","breadcrumbs":"Proxy » Control Message Protocol » Datacenter Latency","id":"139","title":"Datacenter Latency"},"14":{"body":"This is an excellent question! Envoy is an amazing project, and has set many of the standards for how proxies are written and orchestrated , and was an inspiration for many of the decisions made on Quilkin. However, we decided to build this project separately: Envoy seems primarily focused on web/mobile network workloads (which makes total sense), whereas we wanted something specialised on gaming UDP communication, so having a leaner, more focused codebase would allow us to move faster. We found the Rust and Cargo ecosystem easier to work with than Bazel and C++, and figured our users would as well.","breadcrumbs":"FAQ » Any reason you didn't contribute this into/extend Envoy?","id":"14","title":"Any reason you didn't contribute this into/extend Envoy?"},"140":{"body":"Currently the datacentre latency can be retrieved by sending a GET / HTTP request to the QCMP port. The returned data is a JSON object with each key being the ICAO code for the datacentre, and the value being the latency in nanoseconds.","breadcrumbs":"Proxy » Control Message Protocol » API And Schema","id":"140","title":"API And Schema"},"141":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"141","title":"Proxy Metrics"},"142":{"body":"If Quilkin is provided a a MaxmindDB GeoIP database, Quilkin will log the following information in the maxmind information log, as well as populate the following fields in any metrics with matching labels. Field Description asn ASN Number organization The organisation responsible for the ASN country_code The corresponding country code ip_prefix The IP prefix CIDR address prefix_entity The name of the entity for the prefix address prefix_name The name of the prefix address Maxmind databases often require a licence and/or fee, so they aren't included by default with Quilkin.","breadcrumbs":"Proxy » Metrics » ASN Maxmind Information","id":"142","title":"ASN Maxmind Information"},"143":{"body":"The proxy exposes the following general metrics: quilkin_packets_processing_duration_seconds{event, asn, ip_prefix} (Histogram) The total duration of time in seconds that it took to process a packet. The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packets_dropped_total{reason, asn, ip_prefix} (Counter) The total number of packets (not associated with any session) that were dropped by proxy. Not that packets reflected by this metric were dropped at an earlier stage before they were associated with any session. For session based metrics, see the list of session metrics instead. reason = NoConfiguredEndpoints NoConfiguredEndpoints: No upstream endpoints were available to send the packet to. This can occur e.g if the endpoints cluster was scaled down to zero and the proxy is configured via a control plane. quilkin_cluster_active The number of currently active clusters. quilkin_cluster_active_endpoints The number of currently active upstream endpoints. Note that this tracks the number of endpoints that the proxy knows of rather than those that it is connected to (see Session Metrics instead for those) quilkin_bytes_total{event, asn, ip_prefix} The total number of bytes sent or recieved The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packets_total{event, asn, ip_prefix} The total number of packets sent or recieved. The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packet_jitter{event, asn, ip_prefix} The time between receiving new packets. quilkin_errors_total{event, asn, ip_prefix} The total number of errors encountered while reading a packet from the upstream endpoint.","breadcrumbs":"Proxy » Metrics » General Metrics","id":"143","title":"General Metrics"},"144":{"body":"The proxy exposes the following metrics around sessions: quilkin_session_active{asn, organization, country_code, ip_prefix, prefix_entity, prefix_name} The number of currently active sessions. If a maxmind database has been provided, the labels are populated: The asn label is the ASN number of the connecting client. The ip_prefixlabel is the IP prefix of the connecting client. quilkin_session_duration_secs (Histogram) A histogram over how long sessions lasted before they were torn down. Note that, by definition, active sessions are not included in this metric. quilkin_session_total (Counter) The total number of sessions that have been created.","breadcrumbs":"Proxy » Metrics » Session Metrics","id":"144","title":"Session Metrics"},"145":{"body":"Quilkin's filters use a set of generic metric keys, to make it easier to build visualisations that can account for a dynamic set of filters that can be added, removed, or updated at runtime with different configurations. All of these metrics share a common set of labels. Label Description id The ID of the filter that used the metric. label The name of the metric being measured. help The description of the filter metric. direction The direction of packet flow (e.g. read/write). quilkin_filter_int_counter{id, label, help, direction} Generic filter counter, see help label for more specific info. quilkin_filter_histogram{id, label, help, direction, shared_metadata_1} generic filter histogram, see help label for more specific info. quilkin_filter_read_duration_seconds{filter} The duration it took for a filter's read implementation to execute. Thefilter label is the name of the filter being executed. quilkin_filter_write_duration_seconds{filter} The duration it took for a filter's write implementation to execute. The filter label is the name of the filter being executed.","breadcrumbs":"Proxy » Metrics » Filter Metrics","id":"145","title":"Filter Metrics"},"146":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For single-cluster integration, Quilkin provides a manage service, that can be used with a number of configuration discovery providers to provide cluster configuration multiple proxys . With each provider automating the complexity of a full xDS management control plane via integrations with popular projects and common architecture patterns. To view all the providers and options for the manage subcommand, run: $ quilkin manage --help\nRuns Quilkin as a xDS management server, using `provider` as a configuration source Usage: quilkin manage [OPTIONS] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] -p, --port The TCP port to listen to, to serve discovery responses [env: QUILKIN_PORT=] [default: 7800] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] -h, --help Print help","breadcrumbs":"Control Plane » xDS Control Plane","id":"146","title":"xDS Control Plane"},"147":{"body":"In addition to static configuration provided upon startup, a Quiklin proxy's configuration can also be updated at runtime. The proxy can be configured on startup to talk to a set of management servers which provide it with updates throughout its lifecycle. Communication between the proxy and management server uses the xDS gRPC protocol , similar to an envoy proxy . xDS is one of the standard configuration mechanisms for software proxies and as a result, Quilkin can be setup to discover configuration resources from any API compatible server. Also, given that the protocol is well specified , it is similarly straight-forward to implement a custom server to suit any deployment's needs. As described within the xDS-api documentation, the xDS API comprises a set of resource discovery APIs, each serving a specific set of configuration resource types, while the protocol itself comes in several variants . Quilkin implements the Aggregated Discovery Service (ADS) Incremental xDS variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"147","title":"Overview"},"148":{"body":"Heavily influenced by xDS's Cluster Discovery Service , Endpoint Discovery Service , and Listener Discovery Service , Quilkin utilises its own custom Configuration xDS resources (reference) to enable dynamic configuration of Datacenters, Clusters, Endpoints and Filters through the Aggregated Discovery Service. This above reference also provides documentation for all the ProtoBuf definitions for all Filters that are available in Quilkin.","breadcrumbs":"Control Plane » xDS Configuration Resources","id":"148","title":"xDS Configuration Resources"},"149":{"body":"Connecting a Quilkin proxy to an xDS management server can be implemented via providing one or more URLs to the management_servers command line .","breadcrumbs":"Control Plane » Connecting to an xDS management server","id":"149","title":"Connecting to an xDS management server"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"150","title":"xDS Metrics"},"151":{"body":"Quilkin exposes the following metrics around the management servers and its resources when running as a UDP Proxy : quilkin_xds_connected_state (Gauge) A boolean that indicates whether or not the proxy is currently connected to a management server. A value 1 means that the proxy is connected while 0 means that it is not connected to any server at that point in time. quilkin_xds_update_attempt_total (Counter) The total number of attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server. quilkin_xds_update_success_total (Counter) The total number of successful attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server and was successfully applied by the proxy. quilkin_xds_update_failure_total (Counter) The total number of unsuccessful attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server and was rejected by the proxy (e.g due to a bad/inconsistent configuration). quilkin_xds_requests_total (Counter) The total number of DiscoveryRequest s made by the proxy to management servers. This tracks messages flowing in the direction from the proxy to the management server.","breadcrumbs":"Control Plane » Metrics » Proxy Mode","id":"151","title":"Proxy Mode"},"152":{"body":"The following metrics are exposed when Quilkin is running as an xDS provider . quilkin_management_server_connected_proxies (Gauge) The number of proxies currently connected to the server. quilkin_management_server_discovery_requests_total{request_type} (Counter) The total number of xDS Discovery requests received across all proxies. request_type = type.googleapis.com/envoy.config.cluster.v3.Cluster | type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment | type.googleapis.com/envoy.config.listener.v3.Listener Type URL of the requested resource quilkin_management_server_discovery_responses_total (Counter) The total number of xDS Discovery responses sent back across all proxies in response to Discovery Requests. Each Discovery response sent corresponds to a configuration update for some proxy. request_type = type.googleapis.com/envoy.config.cluster.v3.Cluster | type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment | type.googleapis.com/envoy.config.listener.v3.Listener Type URL of the requested resource quilkin_management_server_endpoints_total (Gauge) The number of active endpoints discovered by the server. The number of active endpoints correlates with the size of the cluster configuration update sent to proxies. quilkin_management_server_snapshot_generation_errors_total (Counter) The total number of errors encountered while generating a configuration snapshot update for a proxy. quilkin_management_server_snapshots_generated_total (Counter) The total number of configuration snapshot generated across all proxies. A snapshot corresponds to a point in time view of a proxy's configuration. However it does not necessarily correspond to a proxy update - a proxy only gets the latest snapshot so it might miss intermediate snapshots if it lags behind. quilkin_management_server_snapshots_cache_size (Gauge) The current number of snapshots in the in-memory snapshot cache. This corresponds 1-1 to proxies that connect to the server. However the number may be slightly higher than the number of connected proxies since snapshots for disconnected proxies are only periodically cleared from the cache.","breadcrumbs":"Control Plane » Metrics » xDS Provider Mode","id":"152","title":"xDS Provider Mode"},"153":{"body":"The Agones xDS Provider is built to simplify Quilkin integration with Agones game server hosting on top of Kubernetes . This provider watches for changes in Agones GameServer resources in a cluster, and utilises that information to provide Endpoint information to connected Quilkin proxies. To view all the options for the agones provider subcommand, run: $ quilkin manage agones --help\nWatches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration Usage: quilkin manage agones [OPTIONS] Options: -c, --config-namespace The namespace under which the configmap is stored [env: QUILKIN_AGONES_CONFIG_NAMESPACE=] -g, --gameservers-namespace The namespace under which the game servers run [env: QUILKIN_AGONES_GAMESERVERS_NAMESPACE=] [default: default] -h, --help Print help Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"153","title":"Agones xDS Provider"},"154":{"body":"This provider watches the Kubernetes clusters for Allocated Agones GameServers and exposes their IP address and Port as Endpoints to any connected Quilkin proxies. Since an Agones GameServer can have multiple ports exposed, if multiple ports are in use, the server will pick the first port in the port list. By default the Agones xDS provider will look in the default namespace for any GameServer resources, but it can be configured via the --gameservers-namespace argument.","breadcrumbs":"Control Plane » Providers » Agones » Endpoint Configuration","id":"154","title":"Endpoint Configuration"},"155":{"body":"The set of access tokens for the associated Endpoint can be set by adding a comma separated standard base64 encoded strings. This must be added under an annotation quilkin.dev/tokens in the GameServer 's metadata. For example: annotations: # Sets two tokens for the corresponding endpoint with values 1x7ijy6 and 8gj3v2i respectively. quilkin.dev/tokens: MXg3aWp5Ng==,OGdqM3YyaQ==","breadcrumbs":"Control Plane » Providers » Agones » Access Tokens","id":"155","title":"Access Tokens"},"156":{"body":"The Agones provider watches for a singular ConfigMap that has the label of quilkin.dev/configmap: \"true\", and any changes that happen to it, and use its contents to send Filter configuration to any connected Quilkin proxies. The ConfigMap contents should be a valid Quilkin file configuration , but with no Endpoint data. For example: apiVersion: v1\nkind: ConfigMap\nmetadata: name: quilkin-xds-filter-config labels: quilkin.dev/configmap: \"true\"\ndata: quilkin.yaml: | version: v1alpha1 filters: - name: quilkin.filters.capture.v1alpha1.Capture config: suffix: size: 3 remove: true - name: quilkin.filters.token_router.v1alpha1.TokenRouter By default the Agones xDS provider will look in the default namespace for this ConfigMap, but it can be configured via the --config-namespace argument.","breadcrumbs":"Control Plane » Providers » Agones » Filter Configuration","id":"156","title":"Filter Configuration"},"157":{"body":"As an example, the following runs the server with subcommnad manage agones against a cluster (using default kubeconfig authentication) where Quilkin pods run in the quilkin namespace and GameServer pods run in the gameservers namespace: quilkin manage agones --config-namespace quilkin --gameservers-namespace gameservers For a full referenmce of deploying this provider in a Kubernetes cluster, with appropriate Deployments , Services , and RBAC Rules, there is an Agones, xDS and Xonotic example .","breadcrumbs":"Control Plane » Providers » Agones » Usage","id":"157","title":"Usage"},"158":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. To view all the options for the file provider subcommand, run: $ quilkin manage agones --help\nWatches for changes to the file located at `path` Usage: quilkin manage file Arguments: The path to the source config [env: QUILKIN_FS_PATH=] Options: -h, --help Print help For example: quilkin manage file quilkin.yaml We run this on port 1800, in this example, in case you are running this locally, and the default port is taken up by an existing Quilkin proxy. After running this command, any proxy that connects to port 18000 will receive updates as configured in config.yaml file. You can find the configuration file schema in Configuration File . Example: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: hello\nclusters: - endpoints: - address: 123.0.0.1:29 metadata: 'quilkin.dev': tokens: - 'MXg3aWp5Ng=='\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Control Plane » Providers » Filesystem » Filesystem xDS Provider","id":"158","title":"Filesystem xDS Provider"},"159":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » Protocol Documentation","id":"159","title":"Protocol Documentation"},"16":{"body":"A *nix terminal A binary release of Quilkin from the Github releases page or by running cargo install quilkin ncat netcat","breadcrumbs":"Netcat » Requirements","id":"16","title":"Requirements"},"160":{"body":"quilkin/relay/v1alpha1/relay.proto AggregatedControlPlaneDiscoveryService quilkin/config/v1alpha1/config.proto Cluster ClusterMap Datacenter Endpoint Filter FilterChain Host Ipv6 Locality quilkin/filters/capture/v1alpha1/capture.proto Capture Capture.Prefix Capture.Regex Capture.Suffix quilkin/filters/compress/v1alpha1/compress.proto Compress Compress.ActionValue Compress.ModeValue Compress.Action Compress.Mode quilkin/filters/concatenate/v1alpha1/concatenate.proto Concatenate Concatenate.StrategyValue Concatenate.Strategy quilkin/filters/debug/v1alpha1/debug.proto Debug quilkin/filters/drop/v1alpha1/drop.proto Drop quilkin/filters/firewall/v1alpha1/firewall.proto Firewall Firewall.PortRange Firewall.Rule Firewall.Action quilkin/filters/load_balancer/v1alpha1/load_balancer.proto LoadBalancer LoadBalancer.PolicyValue LoadBalancer.Policy quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto LocalRateLimit quilkin/filters/match/v1alpha1/match.proto Match Match.Branch Match.Config quilkin/filters/pass/v1alpha1/pass.proto Pass quilkin/filters/token_router/v1alpha1/token_router.proto TokenRouter quilkin/filters/timestamp/v1alpha1/timestamp.proto Timestamp Scalar Value Types Top","breadcrumbs":"Control Plane » Protobuf Reference » Table of Contents","id":"160","title":"Table of Contents"},"161":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/relay/v1alpha1/relay.proto","id":"161","title":"quilkin/relay/v1alpha1/relay.proto"},"162":{"body":"The Manager Discovery Service provides an RPC for a management service to upstream its configuration to a relay service. This RPC works essentially the same as xDS, except instead of the client connecting to the server to receive configuration, the client is connecting to the server send its configuration. This service enables the relay to merge the configuration of all currently live management servers as a single aggregated xDS server without the relay needing to maintain a list of xDS servers to connect to in the relay itself. Method Name Request Type Response Type Description StreamAggregatedResources .envoy.service.discovery.v3.DiscoveryResponse stream .envoy.service.discovery.v3.DiscoveryRequest stream This RPC is not supported but remains here as part of the xDS standard, as Quilkin only uses a delta configuration transport for performance reasons. DeltaAggregatedResources .envoy.service.discovery.v3.DeltaDiscoveryResponse stream .envoy.service.discovery.v3.DeltaDiscoveryRequest stream Delta (Incremental) xDS implementation Top","breadcrumbs":"Control Plane » Protobuf Reference » AggregatedControlPlaneDiscoveryService","id":"162","title":"AggregatedControlPlaneDiscoveryService"},"163":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/config/v1alpha1/config.proto","id":"163","title":"quilkin/config/v1alpha1/config.proto"},"164":{"body":"Field Type Label Description locality Locality endpoints Endpoint repeated","breadcrumbs":"Control Plane » Protobuf Reference » Cluster","id":"164","title":"Cluster"},"165":{"body":"Field Type Label Description clusters Cluster repeated","breadcrumbs":"Control Plane » Protobuf Reference » ClusterMap","id":"165","title":"ClusterMap"},"166":{"body":"Field Type Label Description host string qcmp_port uint32 icao_code string","breadcrumbs":"Control Plane » Protobuf Reference » Datacenter","id":"166","title":"Datacenter"},"167":{"body":"Field Type Label Description host string port uint32 metadata google.protobuf.Struct host2 Host","breadcrumbs":"Control Plane » Protobuf Reference » Endpoint","id":"167","title":"Endpoint"},"168":{"body":"Field Type Label Description name string label string optional config string optional","breadcrumbs":"Control Plane » Protobuf Reference » Filter","id":"168","title":"Filter"},"169":{"body":"Field Type Label Description filters Filter repeated","breadcrumbs":"Control Plane » Protobuf Reference » FilterChain","id":"169","title":"FilterChain"},"17":{"body":"So that we have a target for sending UDP packets to, let's use ncat to create a simple UDP echo process. To do this run: ncat -e $(which cat) -k -u -l 8080 This routes all UDP packets that ncat receives to the local cat process, which echoes it back.","breadcrumbs":"Netcat » 1. Start an udp echo service","id":"17","title":"1. Start an udp echo service"},"170":{"body":"Field Type Label Description name string ipv4 fixed32 ipv6 Ipv6","breadcrumbs":"Control Plane » Protobuf Reference » Host","id":"170","title":"Host"},"171":{"body":"Field Type Label Description first fixed64 second fixed64","breadcrumbs":"Control Plane » Protobuf Reference » Ipv6","id":"171","title":"Ipv6"},"172":{"body":"Field Type Label Description region string zone string sub_zone string Top","breadcrumbs":"Control Plane » Protobuf Reference » Locality","id":"172","title":"Locality"},"173":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/capture/v1alpha1/capture.proto","id":"173","title":"quilkin/filters/capture/v1alpha1/capture.proto"},"174":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue prefix Capture.Prefix suffix Capture.Suffix regex Capture.Regex","breadcrumbs":"Control Plane » Protobuf Reference » Capture","id":"174","title":"Capture"},"175":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Prefix","id":"175","title":"Capture.Prefix"},"176":{"body":"Field Type Label Description regex google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Regex","id":"176","title":"Capture.Regex"},"177":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Suffix","id":"177","title":"Capture.Suffix"},"178":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/compress/v1alpha1/compress.proto","id":"178","title":"quilkin/filters/compress/v1alpha1/compress.proto"},"179":{"body":"Field Type Label Description mode Compress.ModeValue on_read Compress.ActionValue on_write Compress.ActionValue","breadcrumbs":"Control Plane » Protobuf Reference » Compress","id":"179","title":"Compress"},"18":{"body":"Next let's configure Quilkin in proxy mode, with a static configuration that points at the UDP echo service we just started. quilkin proxy --to 127.0.0.1:8080 This configuration will start Quilkin on the default proxy port , and it will redirect all incoming UDP traffic to a single endpoint of 127.0.0.1, port 8080. You should see an output like the following: {\"timestamp\":\"2023-01-19T10:16:23.399277Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.6\n.0-dev\",\"commit\":\"72176a191ffc3a597e3834ee1d0090b30caf81d4\"},\"target\":\"quilkin::cli\",\"filename\":\"src/cli.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.399771Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"addres\ns\":\"0.0.0.0:8000\"},\"target\":\"quilkin::admin\",\"filename\":\"src/admin.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.400544Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7777,\"proxy_id\"\n:\"7e9fc464-6ccc-41fe-afc4-6c97089de9b8\"},\"target\":\"quilkin::proxy\",\"filename\":\"src/proxy.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.401192Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"qui","breadcrumbs":"Netcat » 2. Start Quilkin","id":"18","title":"2. Start Quilkin"},"180":{"body":"Field Type Label Description value Compress.Action","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ActionValue","id":"180","title":"Compress.ActionValue"},"181":{"body":"Field Type Label Description value Compress.Mode","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ModeValue","id":"181","title":"Compress.ModeValue"},"182":{"body":"Name Number Description DoNothing 0 Compress 1 Decompress 2","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Action","id":"182","title":"Compress.Action"},"183":{"body":"Name Number Description Snappy 0 Lz4 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Mode","id":"183","title":"Compress.Mode"},"184":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/concatenate/v1alpha1/concatenate.proto","id":"184","title":"quilkin/filters/concatenate/v1alpha1/concatenate.proto"},"185":{"body":"Field Type Label Description on_write Concatenate.StrategyValue on_read Concatenate.StrategyValue bytes bytes","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate","id":"185","title":"Concatenate"},"186":{"body":"Field Type Label Description value Concatenate.Strategy","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.StrategyValue","id":"186","title":"Concatenate.StrategyValue"},"187":{"body":"Name Number Description DoNothing 0 Append 1 Prepend 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.Strategy","id":"187","title":"Concatenate.Strategy"},"188":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/debug/v1alpha1/debug.proto","id":"188","title":"quilkin/filters/debug/v1alpha1/debug.proto"},"189":{"body":"Field Type Label Description id google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Debug","id":"189","title":"Debug"},"19":{"body":"In (yet 😃) another shell, let's use netcat to send an udp packet. Run the following to connect netcat to Quilkin's receiving port of 7000 via UDP (-u): nc -u 127.0.0.1 7777 Type the word \"test\" and hit enter, you should see it echoed back to you like so: nc -u 127.0.0.1 7777\ntest\ntest Feel free to send even more packets, as many as you would like 👍. Congratulations! You have successfully routed a UDP packet and back again with Quilkin! What's next? Run through the Quilkin with Agones quickstart . Have a look at some of the examples we have.","breadcrumbs":"Netcat » 3. Send a packet","id":"19","title":"3. Send a packet"},"190":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/drop/v1alpha1/drop.proto","id":"190","title":"quilkin/filters/drop/v1alpha1/drop.proto"},"191":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Drop","id":"191","title":"Drop"},"192":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/firewall/v1alpha1/firewall.proto","id":"192","title":"quilkin/filters/firewall/v1alpha1/firewall.proto"},"193":{"body":"Field Type Label Description on_read Firewall.Rule repeated on_write Firewall.Rule repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall","id":"193","title":"Firewall"},"194":{"body":"Field Type Label Description min uint32 max uint32","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.PortRange","id":"194","title":"Firewall.PortRange"},"195":{"body":"Field Type Label Description action Firewall.Action sources string repeated ports Firewall.PortRange repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Rule","id":"195","title":"Firewall.Rule"},"196":{"body":"Name Number Description Allow 0 Deny 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Action","id":"196","title":"Firewall.Action"},"197":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/load_balancer/v1alpha1/load_balancer.proto","id":"197","title":"quilkin/filters/load_balancer/v1alpha1/load_balancer.proto"},"198":{"body":"Field Type Label Description policy LoadBalancer.PolicyValue","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer","id":"198","title":"LoadBalancer"},"199":{"body":"Field Type Label Description value LoadBalancer.Policy","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.PolicyValue","id":"199","title":"LoadBalancer.PolicyValue"},"2":{"body":"Some of Quilkin's advantages: Lower development and operational costs for securing, monitoring and making reliable multiplayer game servers and their communications. Provide entry-point redundancy for your game clients to connect to - making it much harder to take down your game servers. Multiple integration patterns, allowing you to choose the level of integration that makes sense for your architecture. Remove non-game specific computation out of your game server's processing loop - and save that precious CPU for your game simulation!","breadcrumbs":"Introduction » Why use Quilkin?","id":"2","title":"Why use Quilkin?"},"20":{"body":"","breadcrumbs":"Agones + Xonotic (Sidecar) » Quickstart: Quilkin with Agones and Xonotic (Sidecar)","id":"20","title":"Quickstart: Quilkin with Agones and Xonotic (Sidecar)"},"200":{"body":"Name Number Description RoundRobin 0 Random 1 Hash 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.Policy","id":"200","title":"LoadBalancer.Policy"},"201":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto","id":"201","title":"quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto"},"202":{"body":"Field Type Label Description max_packets uint64 period google.protobuf.UInt32Value Top","breadcrumbs":"Control Plane » Protobuf Reference » LocalRateLimit","id":"202","title":"LocalRateLimit"},"203":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/match/v1alpha1/match.proto","id":"203","title":"quilkin/filters/match/v1alpha1/match.proto"},"204":{"body":"Field Type Label Description on_read Match.Config optional on_write Match.Config optional","breadcrumbs":"Control Plane » Protobuf Reference » Match","id":"204","title":"Match"},"205":{"body":"Field Type Label Description value google.protobuf.Value filter envoy.config.listener.v3.Filter","breadcrumbs":"Control Plane » Protobuf Reference » Match.Branch","id":"205","title":"Match.Branch"},"206":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue branches Match.Branch repeated fallthrough envoy.config.listener.v3.Filter Top","breadcrumbs":"Control Plane » Protobuf Reference » Match.Config","id":"206","title":"Match.Config"},"207":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/pass/v1alpha1/pass.proto","id":"207","title":"quilkin/filters/pass/v1alpha1/pass.proto"},"208":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Pass","id":"208","title":"Pass"},"209":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/token_router/v1alpha1/token_router.proto","id":"209","title":"quilkin/filters/token_router/v1alpha1/token_router.proto"},"21":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides.","breadcrumbs":"Agones + Xonotic (Sidecar) » Requirements","id":"21","title":"Requirements"},"210":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » TokenRouter","id":"210","title":"TokenRouter"},"211":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/timestamp/v1alpha1/timestamp.proto","id":"211","title":"quilkin/filters/timestamp/v1alpha1/timestamp.proto"},"212":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Timestamp","id":"212","title":"Timestamp"},"213":{"body":".proto Type Notes C++ Java Python Go C# PHP Ruby double double double float float64 double float Float float float float float float32 float float Float int32 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead. int32 int int int32 int integer Bignum or Fixnum (as required) int64 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead. int64 long int/long int64 long integer/string Bignum uint32 Uses variable-length encoding. uint32 int int/long uint32 uint integer Bignum or Fixnum (as required) uint64 Uses variable-length encoding. uint64 long int/long uint64 ulong integer/string Bignum or Fixnum (as required) sint32 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s. int32 int int int32 int integer Bignum or Fixnum (as required) sint64 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s. int64 long int/long int64 long integer/string Bignum fixed32 Always four bytes. More efficient than uint32 if values are often greater than 2^28. uint32 int int uint32 uint integer Bignum or Fixnum (as required) fixed64 Always eight bytes. More efficient than uint64 if values are often greater than 2^56. uint64 long int/long uint64 ulong integer/string Bignum sfixed32 Always four bytes. int32 int int int32 int integer Bignum or Fixnum (as required) sfixed64 Always eight bytes. int64 long int/long int64 long integer/string Bignum bool bool boolean boolean bool bool boolean TrueClass/FalseClass string A string must always contain UTF-8 encoded or 7-bit ASCII text. string String str/unicode string string string String (UTF-8) bytes May contain any arbitrary sequence of bytes. string ByteString str []byte ByteString string String (ASCII-8BIT)","breadcrumbs":"Control Plane » Protobuf Reference » Scalar Value Types","id":"213","title":"Scalar Value Types"},"214":{"body":"services ports Protocol ADS 7800 gRPC(IPv4 OR IPv6) CPDS 7900 gRPC(IPv4 OR IPv6) Note: This service is currently in active experimentation and development so there may be bugs which cause it to be unusable for production, as always all bug reports are welcome and appreciated. For multi-cluster integration, Quilkin provides a relay service, that can be used with a multiple control plane services in different clusters to provide a unified \"Aggregated Discovery Service\" endpoint for proxy services. To connect to a control plane to a relay, add the --relay flag to your control plane with the address of the relay. Then to connect a proxy service to the relay's ADS endpoint, you use the same --management-server argument for connecting to control planes. To view all options for the relay subcommand, run: $ quilkin relay --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin relay [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -m, --mds-port Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] -x, --xds-port Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -h, --help Print help Each sub-control planes (file, agones, etc) matches the quilkin manage providers capabilities. Have a look at each of the Control Plane > Providers documentation for integration details.","breadcrumbs":"Relay » Control Plane Relay","id":"214","title":"Control Plane Relay"},"215":{"body":"To get started with the relay service we need to start the relay service, and then setup our configuration source. For this we're going to the built-in relay client in the control plane service to forward information to the relay. For this demo we'll use the file provider for the control plane, but this example works with any configuration provider. # quilkin.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:8888 To start the relay, run the relay command: quilkin relay To spawn the control plane and have the control plane send its configuration, we need to run the manage command with the --relay flag with the address of the relay of the relay server we just spawned which is at port 7900 by default. We're also going to set --admin-address and --port flags to avoid port collision with the relay's admin and xds endpoints. quilkin --admin-address http://localhost:8001 \\ manage \\ --port 7801 \\ --relay http://localhost:7900 \\ file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Control Plane\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config Since the relay service also exposes a aDS control plane endpoint, that represents the merged set of all sources, to connect this to the proxy all we have to do is use the same --management-server flag that we use to specify the location of control planes, then the proxies will be able to pull configuration from the relay. quilkin --admin-address http://localhost:8002 proxy --management-server http://127.0.0.1:7800 We can also additionally add a second control plane source to the relay, which will be merged with our control plane's configuration to create a singular set of data that the proxies can query using xDS discovery requests. # quilkin2.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:9999 quilkin --admin-address http://localhost:8003 \\ manage \\ --port 7802 \\ --relay http://localhost:7900 \\ file quilkin.yaml And that's it! We've just setup control planes to look for configuration changes in our system, a relay to merge any changes into a unified dataset, and set up proxies that make use of that data to decide where and how to send packets.","breadcrumbs":"Relay » Quickstart","id":"215","title":"Quickstart"},"216":{"body":"services ports Protocol QCMP 7600 UDP(IPv4 OR IPv6) For multi-cluster integration, Quilkin provides a agent service, that can be deployed to a cluster to act as a beacon for QCMP pings and forward cluster configuration information to a relay service. Agent configuration sources matches that of the Management Server , such as Filesystem and Agones . To view all options for the agent subcommand, run: $ quilkin agent --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin agent [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -q, --qcmp-port Port for QCMP service [env: QCMP_PORT=] [default: 7600] -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [possible values: v4, v6, any] -i, --icao-code The ICAO code for the agent [env: ICAO_CODE=] [default: XXXX] -h, --help Print help","breadcrumbs":"Relay » Agents » Quilkin Agent","id":"216","title":"Quilkin Agent"},"217":{"body":"The simplest version of the agent service is just running quilkin agent, this will setup just the QCMP service allowing the agent to be pinged for measuring round-time-trips (RTT). quilkin agent To run an agent with the relay (see relay quickstart for more information), you just need to specify the relay endpoint with the --relay flag and provide a configuration discovery provider such as a configuration file or Agones. quilkin --admin-adress http://localhost:8001 agent --relay http://localhost:7900 file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Agent\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config","breadcrumbs":"Relay » Agents » Quickstart","id":"217","title":"Quickstart"},"218":{"body":"This is an unreal engine 5 plugin for Quilkin, a UDP proxy for gameservers. The plugin provides several features that you can use with Quilkin deployments, such as proxying game traffic, and latency measurement. You can also find guide level documentation on how the proxy works in the Quilkin Book .","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"218","title":"Quilkin Unreal Engine Plugin"},"219":{"body":"Copy this plugin to your Plugins folder in your Engine directory.","breadcrumbs":"Unreal Engine » Installation","id":"219","title":"Installation"},"22":{"body":"In this step, we're going to set up a Xonotic dedicated game server, with Quilkin running as a sidecar , which will give us access to all the metrics that Quilkin provides. kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml This applies two resources to your cluster: A Kubernetes ConfigMap with a basic Quilkin static configuration. An Agones Fleet specification with Quilkin running as a sidecar to Xonotic, such that it can process all the UDP traffic and pass it to the Xonotic dedicated game server. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-htc2x-84mzm Ready 34.94.107.201 7533 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-htc2x-sdp4k Ready 34.94.107.201 7599 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 1. Agones Fleet with Quilkin","id":"22","title":"1. Agones Fleet with Quilkin"},"220":{"body":"Static configuration is available in the editor through UQuilkinDeveloperSettings in \"Project Settings\". Dynamic configuration is available through UQuilkinConfigSubsystem, it is initialised from the settings provided in UQuilkinDeveloperSettings, but can also be updated in code, and users can bind individual properties to delegates allowing them to dynamically set based on custom logic. bool Enabled Whether the plugin will attach a versioned routing token to UDP packets to allow load balancers forward traffic to the correct gameserver. This also requires the address the clients connect to be a Quilkin load balancer, if connected directly to a gameserver the client will be rejected. bool EnabledInPie By default Enabled is disabled in editor to prevent interfering with local clients and gameservers, you can override this behaviour by also enabling EnabledInPie. TArray RoutingToken The routing token representing the gameserver a client wants to reach, the token must be 16 bytes exactly. Currently the plugin only supports using Enabled with a routing token to create the following layout. It is assumed that the routing token would come from an external service, such as a matchmaking system. | token | version X bytes | 16 bytes | 1 byte TArray Endpoints A set of Quilkin load balancer endpoints that can be used for the following features. bool MeasureEndpoints When enabled, the plugin will start a new Tick task that executes at a fixed interval (currently 30 seconds), where it will spawn a new background task that will ping each endpoint in Endpoints, and track its measurement in a fixed size circular buffer. Pings are handled through Quilkin Control Message Protocol, this is a bespoke protocol for UDP to be able to support situations where for example using ICMP is not possible, see the Quilkin Book for more details on the protocol data unit. Note MeasureEndpoints is orthogonal to Enabled and UseEndpoints meaning that you can use MeasureEndpoints for latency measurements without being required to also use Quilkin for game traffic. bool UseEndpoints Whether to use Endpoints for game traffic. When enabled, instead of using the provided FInternetAddr, the plugin will choose the lowest latency endpoint available and send traffic through that endpoint to connect to the gameserver, and if the latency should exceed JitterThreshold then the plugin will attempt to redirect traffic to the next available endpoint with the lowest latency.","breadcrumbs":"Unreal Engine » Configuration","id":"220","title":"Configuration"},"221":{"body":"Quilkin exposes a number of delegates to be able to access certain information, they can be accessed through the FQuilkinDelegates class. GetQuilkinEndpointMeasurements returns TArray representing each endpoint set in Endpoints with their median latency. The array will be empty if no endpoints have been set and MeasureEndpoints is not enabled. GetLowestLatencyEndpoint returns TOptional is a specialisation of GetQuilkinEndpointMeasurements returning the lowest latency endpoint and its median latency. The delegate will return None if the array is empty and MeasureEndpoints is not enabled.","breadcrumbs":"Unreal Engine » Delegates","id":"221","title":"Delegates"},"222":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"222","title":"Administration"},"223":{"body":"By default, Quilkin will log INFO level events, you can change this by setting the RUST_LOG environment variable. See log documentation for more advanced usage. If you are debugging Quilkin set the RUST_LOG environment variable to quilkin=trace, to filter trace level logging to only Quilkin components. Verbose logging in Quilkin will affect performance considerably, so we recommend only turning it on for debugging purposes.","breadcrumbs":"Administration » Logging","id":"223","title":"Logging"},"224":{"body":"Quilkin exposes an HTTP interface to query different aspects of the server. It is assumed that the administration interface will only ever be able to be accessible on localhost. By default, the administration interface is bound to [::]:8000, but it can be configured with the --admin-address CLI flag or the QUILKIN_ADMIN_ADDRESS environment.","breadcrumbs":"Administration » HTTP API","id":"224","title":"HTTP API"},"225":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"225","title":"Endpoints"},"226":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Liveness is defined as \"hasn't panicked\", as long as the process has not panicked quilkin is considered live.","breadcrumbs":"Administration » /live","id":"226","title":"/live"},"227":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Readiness is service and provider specific, so based on what you're running there will be different criteria for a service to be considered ready. Here's a list of the criteria for each service an provider. Service Readiness Proxy Management server is connected (or always true if config is static) OR if there is more than one endpoint configured Manage Provider is ready Relay Provider is ready Agent Provider is ready AND connected to relay Provider Readiness Agones The service is connected to kube-api File The service has found and watches the file When setting thresholds for your proxy probes, you generally want to set a low check period (e.g. periodSeconds=1) and a low success threshold (e.g. successThreshold=1), but a high failureThreshold (e.g. failureThreshold=60) and terminationGracePeriodSeconds to allow for backoff attempts and existing player sessions to continue without disruption. Proxy Mode Will return an HTTP status of 200 when there is at least one endpoint to send data to. This is primarily to ensure that new proxies that have yet to get configuration information from an xDS server aren't send data until they are fully populated. xDS Provider Mode Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /ready","id":"227","title":"/ready"},"228":{"body":"Outputs Prometheus formatted metrics for this instance. See the Proxy Metrics documentation for what proxy metrics are available. See the xDS Metrics documentation for what xDS metrics are available. Heap Allocation Metrics Quilkin exposes the following metrics on heap allocations, which are useful for performance observability: quilkin_allocation_bytes_total (Counter) The total number of allocated bytes. quilkin_allocation_total (Counter) The total number of allocations. quilkin_extant_allocation_size (Gauge) The current total of extant allocation bytes. quilkin_extant_allocation_count (Gauge) The current number of extant allocations\"","breadcrumbs":"Administration » /metrics","id":"228","title":"/metrics"},"229":{"body":"This provides a endpoint to profile Quilkin's performance. You can use with any system which supports pprof output such as Pyroscope . This requires setting up a writable /tmp directory in the Quilkin container. E.g. apiVersion: apps/v1\nkind: Deployment\nspec: template: spec: containers: - name: quilkin # ...Other container configuration... volumeMounts: - mountPath: /tmp name: tmp subPath: tmp volumes: - name: tmp emptyDir: medium: Memory sizeLimit: 64Mi","breadcrumbs":"Administration » /debug/pprof/profile","id":"229","title":"/debug/pprof/profile"},"23":{"body":"Usually with Agones you would Allocate a GameServer, but we'll skip this step for this example. Choose one of the listed GameServers from the previous step, and connect to the IP and port of the Xonotic server via the \"Multiplayer > Address\" field in the Xonotic client in the format of {IP}:{PORT}. xonotic-address.png You should now be playing a game of Xonotic against 4 bots!","breadcrumbs":"Agones + Xonotic (Sidecar) » 2. Play Xonotic!","id":"23","title":"2. Play Xonotic!"},"230":{"body":"Returns a JSON representation of the cluster and filterchain configuration that the instance is running with at the time of invocation.","breadcrumbs":"Administration » /config","id":"230","title":"/config"},"231":{"body":"The Quilkin proxy can be integrated with your dedicated game servers in several ways, each providing different capabilities and complexity tradeoffs. Below captures several of the most useful and prevalent architectural patterns to give you inspiration on how you can use Quilkin in your multiplayer game networking architecture. These examples as well many others are available on Github repository.","breadcrumbs":"Architecture Examples » Quilkin Integration Examples","id":"231","title":"Quilkin Integration Examples"},"232":{"body":"| | Internet | | |\n┌─────────┐ | ┌────────────────┐ ┌────────────────┐\n│ Game │ | │ Quilkin │ │ Dedicated │\n│ Client ◄──────────────────► (Server Proxy) │ │ Game Server │\n└─────────┘ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | ┌────────────────┐ ┌────────────────┐ | │ Quilkin │ │ Dedicated │ | │ (Server Proxy) │ │ Game Server │ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | | This is the simplest integration and configuration option with Quilkin, but does provide the smallest number of possible feature implementations and ability to provide redundancy. That being said, this is a low risk way to integrate Quilkin, and take advantage of the out-of-the-box telemetry and metric information that comes with Quilkin. In this example, the Server proxy is running alongside the dedicated game server - on the same public IP/machine/container. This is often referred to as a sidecar pattern. Communication between the Server Proxy and the Dedicated Game Server occurs over the localhost network, with a separate port for each Game Client connection. Clients connect to the Server Proxy's public port/IP combination, and the Server Proxy routes all traffic directly to the dedicated game server. The Server Proxy can still use filters such as rate limiting, compression, firewall rules, etc as long as the Game Client conforms to the standard protocols utilised by those filters as appropriate.","breadcrumbs":"Architecture Examples » Server Proxy as a Sidecar","id":"232","title":"Server Proxy as a Sidecar"},"233":{"body":"| | Internet | | |\n┌─────────┐ ┌────────────────┐ | ┌────────────────┐ ┌────────────────┐\n│ Game │ │ Quilkin │ | │ Quilkin │ │ Dedicated │\n│ Client ◄────► (Client Proxy) ◄────────────► (Server Proxy) │ │ Game Server │\n└─────────┘ └────────────────┘ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | ┌────────────────┐ ┌────────────────┐ | │ Quilkin │ │ Dedicated │ | │ (Server Proxy) │ │ Game Server │ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | | This example is the same as the above, but puts a Client Proxy between the Game Client, and the Server Proxy to take advantage of Client Proxy functionality. The Client Proxy may be integrated as a standalone binary, directly into the client with communication occurring over a localhost port or it may be possible utlise one of our client SDKs such as Unreal Engine . The Client Proxy can now utilise filters, such as compression, without having to change the Game Client. The Game Client will need to communicate to the Client Proxy what IP it should connect to when the Client is match-made with a Game Server.","breadcrumbs":"Architecture Examples » Client Proxy to Sidecar Server Proxy","id":"233","title":"Client Proxy to Sidecar Server Proxy"},"234":{"body":"| | | | Internet Private | Network | ┌────────────────┐ | ┌────────────────┐ | │ Quilkin │ | │ Dedicated │ | ┌──► (Server Proxy) ◄──────────┬───► Game Server │\n┌─────────┐ ┌────────────────┐ | │ │ │ | │ │ │\n│ Game │ │ Quilkin ◄───────┤ └────────────────┘ | │ └────────────────┘\n│ Client ◄──────► (Client Proxy) │ | │ | │\n└─────────┘ └────────────────┘ | │ ┌────────────────┐ | │ ┌────────────────┐ | │ │ Quilkin │ | │ │ Dedicated │ | └──► (Server Proxy) ◄──────────┘ │ Game Server │ | │ │ | │ │ | └────────────────┘ | └────────────────┘ | | | ┌────────────────┐ | ┌────────────────┐ | │ Quilkin │ | │ Dedicated │ | │ (Server Proxy) │ | │ Game Server │ | │ │ | │ │ | └────────────────┘ | └────────────────┘ | ▲ | ▲ │ │ │ ┌───────────┴────┐ │ │ xDS │ └──────────────┤ Control Plane │ └────────────────┘ This is the most complex configuration, but enables the most reuse of Quilkin's functionality, while also providing the most redundancy and security for your dedicated game servers. The Game client sends and receives packets from the Quilkin client proxy. The Client Proxy may be integrated as a standalone binary, with communication occurring over a localhost port, or it could be integrated directly with the game client as a library, or the client could utilise one of our [client SDKs] if Rust integration is not possible. The Client Proxy can utilise the full set of filters, such as concatenation (for routing), compression or load balancing, without having to change the Game Client. A hosted set of Quilkin Server proxies that have public IP addresses, are connected to an xDS Control Plane to coordinate routing and access control to the dedicated game servers, which are on private IP addresses. The Client Proxy is made aware of one or more Server proxies to connect to, possibly via their Game Client matchmaker or another service, with an authentication token to pass to the Server proxies, such that the UDP packets can be routed correctly to the dedicated game server they should connect to. Dedicated game servers receive traffic as per normal from the Server Proxies, and send data back to the proxies directly. If the dedicated game server always expects traffic from only a single ip/port combination for client connection, then traffic will always need to be sent through a single Server Proxy. Otherwise, UDP packets can be load balanced via the Client Proxy to multiple Server Proxies for even greater redundancy.","breadcrumbs":"Architecture Examples » Client Proxy to Separate Server Proxies Pools","id":"234","title":"Client Proxy to Separate Server Proxies Pools"},"235":{"body":"Have a look at the Administration API . Review the set of filters that are available. Diagrams powered by asciiflow.com","breadcrumbs":"Architecture Examples » What Next?","id":"235","title":"What Next?"},"236":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"236","title":"Third Party Videos and Presentations"},"237":{"body":"(Does not require GDCVault access to watch) Previous talks have looked at two open source projects: Agones, the platform for orchestrating and scaling dedicated multiplayer game servers on top of Kubernetes, and Quilkin, an extensible UDP proxy specifically built for protecting, observing and authenticating game server communications. On the surface this seems like a very powerful combination, but manually integrating the two can be a tricky and intimidating process. You need to know and understand the Kubernetes API and its client libraries, and then tie it into Quilkin's xDS compliant API implementation all through some custom code - which is a large and complex amount of work (and a lot of acronyms). In this talk, Mark Mandel, Developer Advocate at Google Cloud, will look at how anyone can utilize Quilkin's native Agones integration to provide a turnkey solution for proxying UDP traffic to game servers providing an extra layer of protection and observability when orchestrating game servers on top of Kubernetes.","breadcrumbs":"Videos and Presentations » GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes","id":"237","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"24":{"body":"Let's take a look at some metrics that Quilkin outputs. Grab the name of the GameServer you connected to before, and replace the ${gameserver} value below, and run the command. This will forward the admin interface to localhost. kubectl port-forward ${gameserver} 8000 Then open a browser to http://localhost:8000/metrics to see the Prometheus metrics that Quilkin exports.","breadcrumbs":"Agones + Xonotic (Sidecar) » 3. Check out the metrics","id":"24","title":"3. Check out the metrics"},"25":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 5. Cleanup","id":"25","title":"5. Cleanup"},"26":{"body":"Let's take this one step further and compress the data between the Xonotic client and the server, without having to change either of them! Let's create a new Xonotic Fleet on our Agones cluster, but this time configured such that Quilkin will decompress packets that are incoming. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml This will implement the Compress filter in our Quilkin sidecar proxy in our new Fleet. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-compress-htc2x-84mzm Ready 34.94.107.201 7534 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-compress-htc2x-sdp4k Ready 34.94.107.201 7592 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 6. Agones Fleet, but with Compression","id":"26","title":"6. Agones Fleet, but with Compression"},"27":{"body":"What we will do in this step, is run Quilkin locally as a client-side proxy to compress the UDP data before it is sent up to our Xonotic servers that are expecting compressed data. First, grab a copy of the Quilkin configuration client-compress.yaml locally. This has the Compress filter already configured, but we need to fill in the address to connect to. Rather than editing a file, this could also be sent through the xDS API , but it is easier to demonstrate this functionality through a static configuration. Instead of connecting Xonotic directly, take the IP and port from one of the Agones hosted GameServer records, and replace the ${GAMESERVER_IP} and ${GAMESERVER_PORT} values in your copy of client-compress.yaml. Run this configuration locally as: quilkin -c ./client-compress.yaml proxy Now we can connect to the local client proxy on \"127.0.0.1:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of compressing the data for you without having to change the game client! Congratulations! You are now using Quilkin to manipulate the game client to server connection, without having to edit either!","breadcrumbs":"Agones + Xonotic (Sidecar) » 4. Play Xonotic, through Quilkin","id":"27","title":"4. Play Xonotic, through Quilkin"},"28":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 7. Cleanup","id":"28","title":"7. Cleanup"},"29":{"body":"Have a look at the examples folder for configuration and usage examples.","breadcrumbs":"Agones + Xonotic (Sidecar) » What's Next?","id":"29","title":"What's Next?"},"3":{"body":"Quilkin incorporates these abilities: Non-transparent proxying of UDP data, the internal state of your game architecture is not visible to bad actors. Out of the box metrics for UDP packet information. Composable tools for access control and security. Able to be utilised as a standalone binary, with no client/server changes required or as a Rust library depending on how deep an integration you wish for your system. Integration with Game Server hosting platforms such as Agones . Can be integrated with C/C++ code bases via FFI.","breadcrumbs":"Introduction » Major Features","id":"3","title":"Major Features"},"30":{"body":"","breadcrumbs":"Agones + Xonotic (xDS) » Quickstart: Quilkin with Agones and Xonotic (xDS)","id":"30","title":"Quickstart: Quilkin with Agones and Xonotic (xDS)"},"31":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (xDS) » Requirements","id":"31","title":"Requirements"},"32":{"body":"In this quickstart, we'll be setting up an example Xonotic Agones Fleet, that will only be accessible through Quilkin that is hosted within the same cluster, utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Agones xDS Provider to provide an out-of-the-box control plane for integration between Agones and Quilkin's xDS configuration API with minimal effort.","breadcrumbs":"Agones + Xonotic (xDS) » 1. Overview","id":"32","title":"1. Overview"},"33":{"body":"To install Quilkin as an Agones integrated xDS control plane, we can create a deployment of Quilkin running as quilkin manage agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/xds-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin manage agones process to inspect Agones resources. A matching Deployment that runs the quilkin manage process xDS control plane and a Service that the Quilkin proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 76s We can now run kubectl get service quilkin-manage-agones and see the service that is generated in front of the above Deployment for our Quilkin proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-manage-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-manage-agones ClusterIP 10.104.2.72 80/TCP 1m23s","breadcrumbs":"Agones + Xonotic (xDS) » 2. Install Quilkin Agones xDS Provider","id":"33","title":"2. Install Quilkin Agones xDS Provider"},"34":{"body":"To install the Quilkin Proxy pool which connects to the above xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-manage-agones:80 all connected to the quilkin-manage-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 5m7s\nquilkin-proxies-78965c446d-dqvjg 1/1 Running 0 6s\nquilkin-proxies-78965c446d-fr6zs 1/1 Running 0 6s\nquilkin-proxies-78965c446d-m4rr7 1/1 Running 0 6s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin manage agones instance. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin manage agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the xds-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (xDS) » 3. Install Quilkin Proxy Pool","id":"34","title":"3. Install Quilkin Proxy Pool"},"35":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Ready 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 34s","breadcrumbs":"Agones + Xonotic (xDS) » 4. Create the Agones Fleet","id":"35","title":"4. Create the Agones Fleet"},"36":{"body":"To let the Quilkin xDS provider know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Allocated 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 23m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: $ kubectl describe gameserver xonotic-d7rfx-55j7q\nName: xonotic-d7rfx-55j7q\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-h5cfn\nAnnotations: agones.dev/last-allocated: 2022-12-19T22:59:22.099818298Z agones.dev/ready-container-id: containerd://7b3d9e9dbda6f2e0381df7669f6117bf3e54171469cfacbce2670605a61ce4b8 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"34.168.170.51:7226\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The xDS process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set the routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (xDS) » 5. Allocate a GameServer","id":"36","title":"5. Allocate a GameServer"},"37":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (xDS) » Connecting Client Side","id":"37","title":"Connecting Client Side"},"38":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (xDS) » What's Next?","id":"38","title":"What's Next?"},"39":{"body":"","breadcrumbs":"Agones + Xonotic (Relay) » Quickstart: Quilkin with Agones and Xonotic (Relay)","id":"39","title":"Quickstart: Quilkin with Agones and Xonotic (Relay)"},"4":{"body":"Quilkin provides a variety of different services depending on your use-case. The primary service is proxy , which runs a reverse UDP proxy. To see a basic usage of the command-line interface run through the netcat with Quilkin quickstart . For more advanced usage, you might also be interested in: Checking out the installation guide Having a look at the example projects for basic configuration examples. Checking out the example deployment architecture for deploying quilkin for your game network. $ quilkin --help\nThe Command-Line Interface for Quilkin Usage: quilkin [OPTIONS] Commands: agent Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services generate-config-schema Generates JSON schema files for known filters manage Runs Quilkin as a xDS management server, using `provider` as a configuration source qcmp proxy Run Quilkin as a UDP reverse proxy relay Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services help Print this message or the help of the given subcommand(s) Options: --no-admin Whether to spawn the admin server or not [env: NO_ADMIN=] -c, --config The path to the configuration file for the Quilkin instance [env: QUILKIN_CONFIG=] [default: quilkin.yaml] --admin-address The port to bind for the admin server [env: QUILKIN_ADMIN_ADDRESS=] -q, --quiet Whether Quilkin will report any results to stdout/stderr [env: QUIET=] --log-format [default: auto] [possible values: auto, json, plain, pretty] -h, --help Print help -V, --version Print version","breadcrumbs":"Introduction » What Next?","id":"4","title":"What Next?"},"40":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (Relay) » Requirements","id":"40","title":"Requirements"},"41":{"body":"In this quickstart, we'll be setting up an example multi-cluster Xonotic Agones Fleet, that will only be accessible through Quilkin, via utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Relay to provide an out-of-the-box multi-cluster xDS control plane, and the Agones Agent to send information from the cluster(s) to the relay, which can be used as a management server for each of the Quilkin Proxy instances. While the application of quilkin relay is to ultimately provide a solution where multiple clusters feed configuration information into a single relay endpoint via a quilkin agent, in this example we'll use a single cluster for demonstrative purposes.","breadcrumbs":"Agones + Xonotic (Relay) » 1. Overview","id":"41","title":"1. Overview"},"42":{"body":"To install Quilkin as an Agones integrated relay control plane, we can create a deployment of Quilkin running as quilkin relay with a corresponding Agones agent, quilkin agent agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/relay-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin agent agones process to inspect Agones resources. A Deployment that runs the quilkin relay process, a matching Deployment for the quilkin agent process and a Service that the Quilkin agents can send configuration information to, and the Proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-qh7cq 1/1 Running 0 6s\nquilkin-relay-agones-55fbd69f5d-cdh9k 1/1 Running 0 6s We can now run kubectl get service quilkin-relay-agones and see the service that is generated in front of the above Quilkin Relay Deployment for our Quilkin Proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-relay-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-relay-agones ClusterIP 10.103.243.246 7800/TCP,7900/TCP 57s","breadcrumbs":"Agones + Xonotic (Relay) » 2. Install Quilkin Relay and Agones Agent","id":"42","title":"2. Install Quilkin Relay and Agones Agent"},"43":{"body":"To install the Quilkin Proxy pool which connects to the above Relay xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-relay-agones:7900 all of which are connected to the quilkin-relay-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods NAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-5brzf 1/1 Running 0 18s\nquilkin-proxies-7d9bbbccdf-5mz4l 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-9vd59 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-vwn2f 1/1 Running 0 7s\nquilkin-relay-agones-55fbd69f5d-k2n7b 1/1 Running 0 18s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin agent agones instance and passed through the quilkin relay instance into each of the proxies. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin agent agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the relay-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (Relay) » 3. Install Quilkin Proxy Pool","id":"43","title":"3. Install Quilkin Proxy Pool"},"44":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Ready 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 1m","breadcrumbs":"Agones + Xonotic (Relay) » 4. Create the Agones Fleet","id":"44","title":"4. Create the Agones Fleet"},"45":{"body":"To let the Quilkin Agones Agent know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Allocated 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 17m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: ❯ kubectl describe gs xonotic-8ns7b-2lk5d\nName: xonotic-8ns7b-2lk5d\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-8ns7b\nAnnotations: agones.dev/last-allocated: 2023-10-04T19:47:04.047026419Z agones.dev/ready-container-id: containerd://b39d30965becdbc40336fd9aa642fe776421553615f642dd599e1b0d88c505b6 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"39.168.219.72:7015\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The Agones agent process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (Relay) » 5. Allocate a GameServer","id":"45","title":"5. Allocate a GameServer"},"46":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (Relay) » Connecting Client Side","id":"46","title":"Connecting Client Side"},"47":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (Relay) » What's Next?","id":"47","title":"What's Next?"},"48":{"body":"Services Ports Protocol Proxy 7777 UDP (IPv4 OR IPv6) QCMP 7600 UDP (IPv4 OR IPv6) \"Proxy\" is the primary Quilkin service, which acts as a non-transparent UDP proxy. To view all the options for the proxy subcommand, run: $ quilkin proxy --help\nRun Quilkin as a UDP reverse proxy Usage: quilkin proxy [OPTIONS] Options: -m, --management-server One or more `quilkin manage` endpoints to listen to for config changes [env: QUILKIN_MANAGEMENT_SERVER=] --mmdb The remote URL or local file path to retrieve the Maxmind database [env: MMDB=] -p, --port The port to listen on [env: QUILKIN_PORT=] [default: 7777] -q, --qcmp-port The port to listen on [env: QUILKIN_QCMP_PORT=] [default: 7600] --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] --to-tokens Assigns dynamic tokens to each address in the `--to` argument Format is `:` [env: QUILKIN_DEST_TOKENS=] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -w, --workers Number of worker threads used to process packets. If not specified defaults to number of cpus [env: QUILKIN_WORKERS=] -h, --help Print help (see a summary with '-h')","breadcrumbs":"Proxy » Proxy","id":"48","title":"Proxy"},"49":{"body":"An Endpoint represents an address that Quilkin forwards packets to that it has received from the source port. It is represented by an IP address and port. An Endpoint can optionally be associated with an arbitrary set of metadata as well.","breadcrumbs":"Proxy » Endpoints","id":"49","title":"Endpoints"},"5":{"body":"There are variety of automated and manual methods for installing Quilkin onto your system. For cloud deployments Quilkin provides a container image to make it easily to immediately start using it. You can also install Quilkin on your local machine through Cargo .","breadcrumbs":"Installation » Installation","id":"5","title":"Installation"},"50":{"body":"Filters are the way for a Quilkin proxy to intercept UDP packet traffic from the source and Endpoints in either direction, and be able to inspect, manipulate, and route the packets as desired. See Filters for a deeper dive into Filters, as well as the list of build in Filters that come with Quilkin.","breadcrumbs":"Proxy » Proxy Filters","id":"50","title":"Proxy Filters"},"51":{"body":"Endpoint metadata is an arbitrary set of key value pairs that are associated with an Endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. Metadata associated with an endpoint contain arbitrary key value pairs which Filters can consult when processing packets (e.g they can contain information that determine whether or not to route a particular packet to an endpoint).","breadcrumbs":"Proxy » Endpoint Metadata","id":"51","title":"Endpoint Metadata"},"52":{"body":"Access tokens that can be associated with an endpoint are simply a special piece of metadata well known to Quilkin and utilised by the built-in TokenRouter filter to route packets. Such well known values are placed within an object in the endpoint metadata, under the special key quilkin.dev. Currently, only the tokens key is in use. As an example, the following shows the configuration for an endpoint with its metadata: clusters: - endpoints: - address: 127.0.0.1:26000 metadata: canary: false quilkin.dev: # This object is extracted by Quilkin and is usually reserved for built-in features tokens: - MXg3aWp5Ng== # base64 for 1x7ijy6 - OGdqM3YyaQ== # base64 for 8gj3v2i An endpoint's metadata can be specified alongside the endpoint in static configuration or using the xDS endpoint metadata field when using dynamic configuration via xDS.","breadcrumbs":"Proxy » Specialist Endpoint Metadata","id":"52","title":"Specialist Endpoint Metadata"},"53":{"body":"A session represents ongoing communication flow between a client on a [Local Port] and an Endpoint . Quilkin uses the \"Session\" concept to track traffic flowing through the proxy between any client-server pair. A Session serves the same purpose, and can be thought of as a lightweight version of a TCP session in that, while a TCP session requires a protocol to establish and teardown: A Quilkin session is automatically created upon receiving the first packet from a client via the [Local Port] to be sent to an upstream Endpoint . The session is automatically deleted after a period of inactivity (where no packet was sent between either party) - currently 60 seconds. A session is identified by the 4-tuple (client IP, client Port, server IP, server Port) where the client is the downstream endpoint which initiated the communication with Quilkin and the server is one of the upstream Endpoints that Quilkin proxies traffic to. Sessions are established after the filter chain completes. The destination Endpoint of a packet is determined by the filter chain , so a Session can only be created after filter chain completion. For example, if the filter chain drops all packets, then no session will ever be created.","breadcrumbs":"Proxy » Session","id":"53","title":"Session"},"54":{"body":"While much of Quilkin's proxy configuration can be configured via its command line interface , if you have a larger or more complex configuration it might be useful to use a configuration file instead. The following is the schema and reference for Quilkin's proxy configuration file. See the examples folder for example configuration files. By default, Quilkin will look for a configuration file named quilkin.yaml in its current running directory first, then if not present, in /etc/quilkin/quilkin.yaml on UNIX systems. This can be overridden with the -c/--config command-line argument, or the QUILKIN_FILENAME environment variable.","breadcrumbs":"Proxy » Configuration File » Configuration File","id":"54","title":"Configuration File"},"55":{"body":"Example of a full configuration for quilkin proxy that utlisies a static endpoint configuration to specify two endpoints with token metadata attached to each: #\n# Example configuration for a Quilkin Proxy with static Endpoints\n# version: v1alpha1\nid: my-proxy # An identifier for the proxy instance.\nclusters: # grouping of clusters - endpoints: # array of potential endpoints to send on traffic to - address: 127.0.0.1:26000 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - MXg3aWp5Ng== # the connection byte array to route to, encoded as base64 (string value: 1x7ijy6) - OGdqM3YyaQ== # (string value: 8gj3v2i) - address: 127.0.0.1:26001 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - bmt1eTcweA== # (string value: nkuy70x) This is a great use of a static configuration file, as we only get a singular --to endpoint address via the command line arguments. We can also configure Filters via the configuration file. See that section for documentation.","breadcrumbs":"Proxy » Configuration File » Static Configuration","id":"55","title":"Static Configuration"},"56":{"body":"If you need to dynamically change either Filters and/or Endpoints at runtime, see the Control Plane documentation on the configuration API surface, and built in dynamic management providers.","breadcrumbs":"Proxy » Configuration File » Dynamic Configuration","id":"56","title":"Dynamic Configuration"},"57":{"body":"The full JSON Schema for the YAML configuration file. type: object\nproperties: version: type: string description: | The configuration file version to use. enum: - v1alpha1 id: type: string description: | An identifier for the proxy instance. default: On linux, the machine hostname is used as default. On all other platforms a UUID is generated for the proxy. port: type: integer description: | The listening port. In \"proxy\" mode, the port for traffic to be sent to. In \"manage\" mode, the port to connect to the xDS API. default: 7000 maxmind_db: type: string description: | The remote URL or local file path to retrieve the Maxmind database (requires licence). filters: type: array description: | A filter chain. items: '$ref': {} # Refer to the Filter documentation for a filter configuration schema. clusters: type: array description: | grouping of endpoints, per cluster. items: type: object properties: endpoints: type: array description: | A list of upstream endpoints to forward packets to. items: type: object description: | An upstream endpoint properties: address: type: string description: | Socket address of the endpoint. This must be of the ´IP:Port` form e.g `192.168.1.1:7001` metadata: type: object description: | Arbitrary key value pairs that is associated with the endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. required: - address","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"57","title":"Json Schema"},"58":{"body":"In most cases, we would like Quilkin to do some preprocessing of received packets before sending them off to their destination. Because this stage is entirely specific to the use case at hand and differs between Quilkin deployments, we must have a say over what tweaks to perform - this is where filters come in.","breadcrumbs":"Proxy » Filters » Packet Filters","id":"58","title":"Packet Filters"},"59":{"body":"A filter represents a step in the tweaking/decision-making process of how we would like to process our packets. For example, at some step, we might choose to append some metadata to every packet we receive before forwarding it while at a later step, choose not to forward packets that don't meet some criteria. Quilkin lets us specify any number of filters and connect them in a sequence to form a packet processing pipeline similar to a Unix pipeline - we call this pipeline a Filter chain. The combination of filters and filter chain allows us to add new functionality to fit every scenario without changing Quilkin's core. As an example, say we would like to perform the following steps in our processing pipeline to the packets we receive. Append a predetermined byte to the packet. Compress the packet. Do not forward (drop) the packet if its compressed length is over 512 bytes. We would create a filter corresponding to each step either by leveraging any existing filters that do what we want or writing one ourselves and connect them to form the following filter chain: append | compress | drop When Quilkin consults our filter chain, it feeds the received packet into append and forwards the packet it receives (if any) from drop - i.e the output of append becomes the input into compress and so on in that order. There are a few things we note here: Although we have in this example, a filter called drop, every filter in the filter chain has the same ability to drop or update a packet - if any filter drops a packet then no more work needs to be done regarding that packet so the next filter in the pipeline never has any knowledge that the dropped packet ever existed. The filter chain is consulted for every received packet, and its filters are traversed in reverse order for packets travelling in the opposite direction. A packet received downstream will be fed into append and the result from drop is forwarded upstream - a packet received upstream will be fed into drop and the result from append is forwarded downstream. Exactly one filter chain is specified and used to process all packets that flow through Quilkin.","breadcrumbs":"Proxy » Filters » Filters and Filter chain","id":"59","title":"Filters and Filter chain"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1 - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 10 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);\n# } We specify our filter chain in the .filters section of the proxy's configuration which has takes a sequence of FilterConfig objects. Each object describes all information necessary to create a single filter. The above example creates a filter chain comprising a Debug filter followed by a LocalRateLimit filter - the effect is that every packet will be logged and the proxy will not forward more than 10 packets per second. The sequence determines the filter chain order so its ordering matters - the chain starts with the filter corresponding the first filter config and ends with the filter corresponding the last filter config in the sequence.","breadcrumbs":"Proxy » Filters » Configuration Examples","id":"60","title":"Configuration Examples"},"61":{"body":"A filter within the filter chain can share data within another filter further along in the filter chain by propagating the desired data alongside the packet being processed. This enables sharing dynamic information at runtime, e.g information about the current packet that might be useful to other filters that process that packet. At packet processing time each packet is associated with filter dynamic metadata (a set of key-value pairs). Each key is a unique string while its value is an associated quilkin::metadata::Value . When a filter processes a packet, it can choose to consult the associated dynamic metadata for more information or itself add/update or remove key-values from the set. As an example, the built-in [CaptureBytes] filter is one such filter that populates a packet's filter metadata. [CaptureBytes] extracts information (a configurable byte sequence) from each packet and appends it to the packet's dynamic metadata for other filters to leverage. On the other hand, the built-in TokenRouter filter selects what endpoint to route a packet by consulting the packet's dynamic metadata for a routing token. Consequently, we can build a filter chain with a [CaptureBytes] filter preceeding a TokenRouter filter, both configured to write and read the same key in the dynamic metadata entry. The effect would be that packets are routed to upstream endpoints based on token information extracted from their contents.","breadcrumbs":"Proxy » Filters » Filter Dynamic Metadata","id":"61","title":"Filter Dynamic Metadata"},"62":{"body":"The following metadata are currently used by Quilkin core and built-in filters. Name Type Description quilkin.dev/captured Bytes The default key under which the Capture filter puts the byte slices it extracts from each packet.","breadcrumbs":"Proxy » Filters » Well Known Dynamic Metadata","id":"62","title":"Well Known Dynamic Metadata"},"63":{"body":"Quilkin includes several filters out of the box. Filter Description Capture Capture specific bytes from a packet and store them in filter dynamic metadata . Compress Compress and decompress packets data. Concatenate Add authentication tokens to packets. Debug Logs every packet. Drop Drop all packets Firewall Allowing/blocking traffic by IP and port. LoadBalancer Distributes downstream packets among upstream endpoints. LocalRateLimit Limit the frequency of packets. Match Change Filter behaviour based on dynamic metadata Pass Allow all packets through Timestamp Accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. TokenRouter Send packets to endpoints based on metadata.","breadcrumbs":"Proxy » Filters » Built-in filters","id":"63","title":"Built-in filters"},"64":{"body":"Represents configuration for a filter instance. properties: name: type: string description: | Identifies the type of filter to be created. This value is unique for every filter type - please consult the documentation for the particular filter for this value. config: type: object description: | The configuration value to be passed onto the created filter. This is passed as an object value since it is specific to the filter's type and is validated by the filter implementation. Please consult the documentation for the particular filter for its schema. required: [ 'name' ]","breadcrumbs":"Proxy » Filters » FilterConfig","id":"64","title":"FilterConfig"},"65":{"body":"The Capture filter's job is to find a series of bytes within a packet, and capture it into Filter Dynamic Metadata , so that it can be utilised by filters further down the chain. This is often used as a way of retrieving authentication tokens from a packet, and used in combination with Concatenate and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"65","title":"Capture"},"66":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"66","title":"Capture strategies"},"67":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"67","title":"Suffix"},"68":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"68","title":"Prefix"},"69":{"body":"Captures bytes using a regular expression. Unlike other capture strategies, the regular expression can return one or many values if there are multiple matches.","breadcrumbs":"Proxy » Filters » Capture » Regex","id":"69","title":"Regex"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-9acd7c0 Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"70","title":"Filter name"},"71":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Capture » Configuration Examples","id":"71","title":"Configuration Examples"},"72":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- metadata_key\n- strategy\nproperties: metadata_key: description: The key to use when storing the captured value in the filter context. If a match was found it is available under `{{metadata_key}}/is_present`. allOf: - $ref: '#/definitions/Key' strategy: description: The capture strategy. allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Key: description: A key in the metadata table. type: string Strategy: description: Strategy to apply for acquiring a set of bytes in the UDP packet oneOf: - description: Looks for the set of bytes at the beginning of the packet type: object required: - kind - size properties: kind: type: string enum: - PREFIX remove: description: Whether captured bytes are removed from the original packet. default: false type: boolean size: description: The number of bytes to capture. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - size properties: kind: type: string enum: - SUFFIX remove: description: The number of bytes to capture. default: false type: boolean size: description: Whether captured bytes are removed from the original packet. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - pattern properties: kind: type: string enum: - REGEX pattern: description: The regular expression to use for capture. type: string","breadcrumbs":"Proxy » Filters » Capture » Configuration Options ( Rust Doc )","id":"72","title":"Configuration Options ( Rust Doc )"},"73":{"body":"The Compress filter's job is to provide a variety of compression implementations for compression and subsequent decompression of UDP data when sent between systems, such as a game client and game server.","breadcrumbs":"Proxy » Filters » Compress » Compress","id":"73","title":"Compress"},"74":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"74","title":"Filter name"},"75":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); The above example shows a proxy that could be used with a typical game client, where the original client data is sent to the local listening port and then compressed when heading up to a dedicated game server, and then decompressed when traffic is returned from the dedicated game server before being handed back to game client. It is worth noting that since the Compress filter modifies the entire packet , it is worth paying special attention to the order it is placed in your Filter configuration . Most of the time it will likely be the first or last Filter configured to ensure it is compressing the entire set of data being sent.","breadcrumbs":"Proxy » Filters » Compress » Configuration Examples","id":"75","title":"Configuration Examples"},"76":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: mode: default: SNAPPY allOf: - $ref: '#/definitions/Mode' on_read: $ref: '#/definitions/Action' on_write: $ref: '#/definitions/Action'\ndefinitions: Action: description: Whether to do nothing, compress or decompress the packet. type: string enum: - DO_NOTHING - COMPRESS - DECOMPRESS Mode: description: The library to use when compressing. type: string enum: - SNAPPY - LZ4","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"76","title":"Configuration Options ( Rust Doc )"},"77":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"77","title":"Compression Modes"},"78":{"body":"Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. This compression method is provided by rust-snappy . Due to the small size of packets, this only encodes and decodes the non-streaming version of the format described here . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"78","title":"Snappy"},"79":{"body":"LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. This compression method is provided by lz4_flex . Due to the small size of packets, this only encodes and decodes the block version of the format described. If your game client/server itself is performing LZ4 de/compression it needs to encode or decode a varint of the uncompressed packet size (maximum 2^16) since that is not part of the LZ4 block format. The varint is of the same exact form as that used by snappy . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: LZ4","breadcrumbs":"Proxy » Filters » Compress » LZ4","id":"79","title":"LZ4"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin_filter_int_counter{label=\"compressed_bytes_total\"} Total number of compressed bytes either received or sent. quilkin_filter_int_counter{label=\"decompressed_bytes_total\"} Total number of decompressed bytes either received or sent.","breadcrumbs":"Proxy » Filters » Compress » Metrics","id":"80","title":"Metrics"},"81":{"body":"The Concatenate filter's job is to add a byte packet to either the beginning or end of each UDP packet that passes through. This is commonly used to provide an auth token to each packet, so they can be routed appropriately.","breadcrumbs":"Proxy » Filters » Concatenate » Concatenate","id":"81","title":"Concatenate"},"82":{"body":"quilkin.filters.concatenate.v1alpha1.Concatenate","breadcrumbs":"Proxy » Filters » Concatenate » Filter name","id":"82","title":"Filter name"},"83":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate.v1alpha1.Concatenate config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Examples","id":"83","title":"Configuration Examples"},"84":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `Concatenate` filter configuration.\ntype: object\nrequired:\n- bytes\nproperties: bytes: type: array items: type: integer format: uint8 minimum: 0.0 on_read: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Read` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy' on_write: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Write` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Strategy: type: string enum: - APPEND - PREPEND - DO_NOTHING","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Options ( Rust Doc )","id":"84","title":"Configuration Options ( Rust Doc )"},"85":{"body":"The Debug filter logs all incoming and outgoing packets to standard output. This filter is useful in debugging deployments where the packets strictly contain valid UTF-8 encoded strings. A generic error message is instead logged if conversion from bytes to UTF-8 fails.","breadcrumbs":"Proxy » Filters » Debug » Debug","id":"85","title":"Debug"},"86":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"86","title":"Filter name"},"87":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Debug » Configuration Examples","id":"87","title":"Configuration Examples"},"88":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: A Debug filter's configuration.\ntype: object\nproperties: id: description: Identifier that will be optionally included with each log message. type: - string - 'null'","breadcrumbs":"Proxy » Filters » Debug » Configuration Options ( Rust Doc )","id":"88","title":"Configuration Options ( Rust Doc )"},"89":{"body":"The Drop filter always drops any packet passed through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Drop » Drop","id":"89","title":"Drop"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"90","title":"Filter name"},"91":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Drop » Configuration Examples","id":"91","title":"Configuration Examples"},"92":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"92","title":"Configuration"},"93":{"body":"The Firewall filter's job is to allow or block traffic depending on if the incoming traffic's IP and port matches the rules set on the Firewall filter.","breadcrumbs":"Proxy » Filters » Firewall » Firewall","id":"93","title":"Firewall"},"94":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"94","title":"Filter name"},"95":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.firewall.v1alpha1.Firewall config: on_read: - action: ALLOW sources: - 192.168.51.0/24 ports: - 10 - 1000-7000 on_write: - action: DENY sources: - 192.168.51.0/24 ports: - 7000\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Firewall » Configuration Examples","id":"95","title":"Configuration Examples"},"96":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Represents how a Firewall filter is configured for read and write operations.\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: on_read: type: array items: $ref: '#/definitions/Rule' on_write: type: array items: $ref: '#/definitions/Rule'\ndefinitions: Action: description: Whether or not a matching [Rule] should Allow or Deny access oneOf: - description: Matching rules will allow packets through. type: string enum: - ALLOW - description: Matching rules will block packets. type: string enum: - DENY Cidr: description: Cidr notation for an ipv6 or ipv4 netmask type: string PortRange: description: Range of matching ports that are configured against a [Rule]. allOf: - $ref: '#/definitions/Range_of_uint16' Range_of_uint16: type: object required: - end - start properties: end: type: integer format: uint16 minimum: 0.0 start: type: integer format: uint16 minimum: 0.0 Rule: description: Combination of CIDR range, port range and action to take. type: object required: - action - ports - sources properties: action: $ref: '#/definitions/Action' ports: type: array items: $ref: '#/definitions/PortRange' sources: description: ipv4 or ipv6 CIDR address. type: array items: $ref: '#/definitions/Cidr'","breadcrumbs":"Proxy » Filters » Firewall » Configuration Options ( Rust Doc )","id":"96","title":"Configuration Options ( Rust Doc )"},"97":{"body":"The Firewall filter supports DENY and ALLOW actions for access control. When multiple DENY and ALLOW actions are used for a workload at the same time, the evaluation is processed in the order it is configured, with the first matching rule deciding if the request is allowed or denied: If a rule action is ALLOW, and it matches the request, then the entire request is allowed. If a rule action is DENY and it matches the request, then the entire request is denied. If none of the configured rules match, then the request is denied.","breadcrumbs":"Proxy » Filters » Firewall » Rule Evaluation","id":"97","title":"Rule Evaluation"},"98":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"98","title":"LoadBalancer"},"99":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"99","title":"Filter name"}},"length":238,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0}}},"8":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}},"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"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":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"7":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"6":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"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":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"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":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"237":{"tf":1.0},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"220":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"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":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"3":{"2":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"218":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"229":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"136":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"215":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"213":{"tf":1.0},"28":{"tf":1.0}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"a":{"c":{"d":{"7":{"c":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"216":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"195":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"214":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":2,"docs":{"215":{"tf":1.0},"216":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"df":42,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.7320508075688772},"154":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.6457513110645907},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"215":{"tf":2.23606797749979},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"136":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"235":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"223":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"c":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"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":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"157":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"216":{"tf":2.6457513110645907},"217":{"tf":2.6457513110645907},"227":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.6457513110645907},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":35,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":3.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":2.23606797749979},"227":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.0},"34":{"tf":2.0},"35":{"tf":2.6457513110645907},"36":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"43":{"tf":2.23606797749979},"44":{"tf":2.6457513110645907},"45":{"tf":2.449489742783178},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.1622776601683795},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"232":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"213":{"tf":2.23606797749979},"214":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":2.0},"140":{"tf":1.0},"147":{"tf":2.0},"224":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"229":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"151":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"157":{"tf":1.0},"232":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"213":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"142":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"151":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"221":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":2.0},"143":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"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":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":2.8284271247461903},"157":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"146":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"235":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"220":{"tf":1.0},"232":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"220":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"231":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"220":{"tf":1.0}}}}},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"220":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"218":{"tf":1.0},"220":{"tf":1.0}}},"l":{"df":2,"docs":{"213":{"tf":2.0},"220":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"151":{"tf":1.0},"213":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":7,"docs":{"11":{"tf":1.0},"128":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":6,"docs":{"133":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":2.0},"14":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":23,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"213":{"tf":2.6457513110645907},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"214":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"160":{"tf":1.0},"174":{"tf":1.0},"231":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.6457513110645907}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0}}}}}}},"df":5,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":2.8284271247461903},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"224":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":2.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":3.7416573867739413},"234":{"tf":3.872983346207417},"237":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"237":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"22":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"147":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"146":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"160":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"127":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"185":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":2.0},"135":{"tf":2.23606797749979},"153":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"168":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":83,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":2.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"135":{"tf":2.23606797749979},"138":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772},"151":{"tf":2.6457513110645907},"152":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.0},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.449489742783178},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":2.8284271247461903},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"139":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":2.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"138":{"tf":1.0},"156":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"227":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"214":{"tf":2.6457513110645907},"215":{"tf":3.3166247903554},"217":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"219":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"220":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"142":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":2.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}},"d":{"df":4,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":23,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"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":2,"docs":{"227":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"215":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"d":{"7":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979}}}}}},"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"148":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0}},"r":{"df":2,"docs":{"139":{"tf":2.0},"140":{"tf":1.4142135623730951}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"132":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"215":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"182":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":33,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"226":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"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":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"220":{"tf":1.0},"221":{"tf":1.7320508075688772}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"215":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"157":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"229":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"147":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"145":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"145":{"tf":2.0},"151":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"219":{"tf":1.0},"229":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"216":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"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":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"187":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"191":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"135":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":19,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"143":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"134":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"234":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"155":{"tf":1.0},"213":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"152":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":63,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"221":{"tf":2.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.6457513110645907},"52":{"tf":2.6457513110645907},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"233":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"146":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.7320508075688772},"216":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"139":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":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":{"14":{"tf":1.7320508075688772},"147":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"232":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"234":{"tf":1.0}},"t":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":41,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"19":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"220":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"145":{"tf":2.0},"220":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"227":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"127":{"tf":1.0},"237":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"142":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"135":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":17,"docs":{"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":3.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"216":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"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":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"230":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":96,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"126":{"tf":2.449489742783178},"127":{"tf":2.449489742783178},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":3.1622776601683795},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"205":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.7320508075688772},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":3.605551275463989},"61":{"tf":4.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":3,"docs":{"158":{"tf":1.0},"218":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"160":{"tf":1.0},"193":{"tf":1.0},"232":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":2,"docs":{"127":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"170":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":2.0}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"136":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"219":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"130":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"14":{"tf":1.0},"227":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"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":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"234":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"137":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"139":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":2.0},"2":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":2.8284271247461903},"233":{"tf":2.6457513110645907},"234":{"tf":3.605551275463989},"237":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":21,"docs":{"139":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":3.605551275463989},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.4641016151377544},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"227":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"139":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"142":{"tf":1.0}}}}},"t":{"df":6,"docs":{"152":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"231":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"231":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"234":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"135":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"135":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"200":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"227":{"tf":1.0}}}}},"p":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0}}}},"p":{"df":8,"docs":{"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"227":{"tf":1.0}}},"df":5,"docs":{"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"df":1,"docs":{"135":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"227":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":9,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"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":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"3":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":2.449489742783178},"140":{"tf":1.0},"216":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":3.4641016151377544},"145":{"tf":1.4142135623730951},"158":{"tf":1.0},"189":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"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":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"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":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"162":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"223":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"231":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"128":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"213":{"tf":1.4142135623730951},"220":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}}}}},"v":{"df":3,"docs":{"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}}}},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":1.0},"216":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"147":{"tf":1.0},"162":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"156":{"tf":1.0},"216":{"tf":1.4142135623730951},"229":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"227":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":42,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":3.0},"156":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.0},"140":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"213":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":15,"docs":{"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"142":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"232":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"226":{"tf":2.0}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"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":5,"docs":{"102":{"tf":1.4142135623730951},"160":{"tf":1.0},"202":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"142":{"tf":1.4142135623730951},"223":{"tf":2.23606797749979},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"144":{"tf":1.0},"213":{"tf":2.8284271247461903},"226":{"tf":1.0},"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"237":{"tf":1.0}}},"w":{"df":2,"docs":{"227":{"tf":1.4142135623730951},"232":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"130":{"tf":1.0}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"183":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"151":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"130":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.0},"2":{"tf":1.7320508075688772},"215":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":3.1622776601683795},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"149":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"231":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"237":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"146":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"205":{"tf":1.0},"206":{"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":3,"docs":{"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":28,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"139":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"202":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"214":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"229":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":28,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"129":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"128":{"tf":1.4142135623730951},"162":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.7320508075688772},"145":{"tf":2.449489742783178},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.8284271247461903},"232":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"134":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":12,"docs":{"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"227":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"19":{"tf":1.0},"213":{"tf":2.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"g":{"3":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"5":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"=":{",":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":62,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"153":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"138":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":7,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"221":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":23,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":3.1622776601683795},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":2.0},"221":{"tf":1.0},"228":{"tf":1.7320508075688772},"232":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"228":{"tf":1.0},"237":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":22,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"136":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":25,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"146":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"232":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":14,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"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":{"138":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"145":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}},"t":{"df":5,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"111":{"tf":1.7320508075688772},"130":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"146":{"tf":1.0},"158":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"234":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.23606797749979},"162":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"152":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"213":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":2.0},"139":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"215":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":11,"docs":{"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"214":{"tf":2.6457513110645907},"215":{"tf":3.1622776601683795},"217":{"tf":1.0},"234":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"227":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"220":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"227":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"232":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"146":{"tf":2.0},"154":{"tf":2.23606797749979},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"235":{"tf":1.0},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"174":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"187":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"236":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0},"4":{"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":2,"docs":{"228":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"220":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"(":{"&":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":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":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"237":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"133":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"131":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0}}}}},"c":{"df":1,"docs":{"135":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":12,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"232":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":4,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"213":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":58,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":3.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.449489742783178},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":2.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.8284271247461903},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":3.1622776601683795},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":3.7416573867739413},"152":{"tf":3.4641016151377544},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.6457513110645907},"233":{"tf":3.3166247903554},"234":{"tf":4.242640687119285},"237":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.605551275463989},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":2.8284271247461903},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"75":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"232":{"tf":1.0},"60":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"234":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"215":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"136":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}},"t":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"140":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"215":{"tf":1.0},"224":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"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":10,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":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":{"1":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"229":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"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":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"178":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"184":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"190":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"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":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"201":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"209":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"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":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{"]":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"y":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"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":{"153":{"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":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"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":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"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":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"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":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.0},"154":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.0},"216":{"tf":2.449489742783178},"217":{"tf":1.7320508075688772},"218":{"tf":2.0},"22":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":2.0},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":2.23606797749979},"233":{"tf":1.7320508075688772},"234":{"tf":2.449489742783178},"237":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.605551275463989},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.123105625617661},"43":{"tf":3.872983346207417},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"232":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"157":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":9,"docs":{"118":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.0},"145":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"22":{"tf":1.7320508075688772},"227":{"tf":3.0},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"148":{"tf":1.4142135623730951},"232":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"157":{"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":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"213":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"220":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"139":{"tf":1.0},"146":{"tf":1.7320508075688772},"162":{"tf":2.0},"214":{"tf":3.1622776601683795},"215":{"tf":4.242640687119285},"216":{"tf":2.23606797749979},"217":{"tf":2.6457513110645907},"227":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":3.0},"43":{"tf":2.449489742783178},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"135":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"206":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"4":{"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":1,"docs":{"231":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"140":{"tf":1.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.7320508075688772},"162":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"140":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"221":{"tf":2.0},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"234":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"232":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"217":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":2.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"162":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"157":{"tf":1.0},"232":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.23606797749979}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":43,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"139":{"tf":1.7320508075688772},"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"213":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"143":{"tf":1.0},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"n":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"234":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"213":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"149":{"tf":1.4142135623730951},"151":{"tf":3.3166247903554},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":3.605551275463989},"233":{"tf":2.6457513110645907},"234":{"tf":4.242640687119285},"237":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":30,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"157":{"tf":1.0},"162":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":3.7416573867739413},"215":{"tf":2.0},"216":{"tf":3.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.449489742783178},"234":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"143":{"tf":2.23606797749979},"144":{"tf":2.449489742783178},"227":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.4641016151377544}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"130":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"217":{"tf":1.0},"232":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"215":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"220":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"183":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"237":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"237":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"229":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"221":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"\"":{"]":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":11,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"130":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"215":{"tf":1.7320508075688772},"220":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":11,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"227":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"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":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"232":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"153":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"195":{"tf":1.0},"213":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"216":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"151":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"156":{"tf":1.0},"174":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"237":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"160":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":17,"docs":{"132":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"220":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"136":{"tf":1.7320508075688772},"146":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"232":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"135":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":2.23606797749979},"118":{"tf":1.0},"138":{"tf":2.0},"160":{"tf":1.0},"212":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":2.6457513110645907},"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"220":{"tf":2.449489742783178},"234":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.4142135623730951},"126":{"tf":1.0},"160":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"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":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"i":{"c":{":":{":":{"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":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"237":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.0},"228":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"220":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.23606797749979},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"227":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":63,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":3.3166247903554},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"138":{"tf":2.0}}},"2":{"df":1,"docs":{"138":{"tf":1.0}}},"8":{"df":1,"docs":{"138":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"130":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":3,"docs":{"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"138":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"218":{"tf":1.4142135623730951},"233":{"tf":1.0}}}},"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":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.7320508075688772},"162":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":68,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":2.8284271247461903},"214":{"tf":1.4142135623730951},"215":{"tf":2.23606797749979},"218":{"tf":1.0},"220":{"tf":2.6457513110645907},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"220":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"237":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"156":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"216":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"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":1,"docs":{"216":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"156":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":31,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":2.6457513110645907},"216":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"213":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"127":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"135":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"231":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"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":9,"docs":{"151":{"tf":1.0},"220":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"237":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":10,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":34,"docs":{"133":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":2.23606797749979},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"220":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":25,"docs":{"157":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":2.6457513110645907},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0}}},"8":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}},"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"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":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"7":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"6":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"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":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"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":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"237":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"187":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"220":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"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":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"3":{"2":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"218":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"229":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.4142135623730951}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"136":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"215":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"213":{"tf":1.0},"28":{"tf":1.4142135623730951}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"a":{"c":{"d":{"7":{"c":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.7320508075688772},"22":{"tf":1.0},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"216":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"195":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"214":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":2,"docs":{"215":{"tf":1.0},"216":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"df":42,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.7320508075688772},"154":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.6457513110645907},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"215":{"tf":2.23606797749979},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"136":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"223":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"c":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"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":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"157":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"216":{"tf":3.0},"217":{"tf":2.8284271247461903},"227":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":42,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":3.3166247903554},"154":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":2.6457513110645907},"227":{"tf":1.0},"23":{"tf":1.4142135623730951},"237":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":2.0},"33":{"tf":3.3166247903554},"34":{"tf":2.23606797749979},"35":{"tf":3.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":3.605551275463989},"43":{"tf":2.449489742783178},"44":{"tf":3.0},"45":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.3166247903554},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"232":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"213":{"tf":2.23606797749979},"214":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":2.0},"140":{"tf":1.4142135623730951},"147":{"tf":2.0},"224":{"tf":1.4142135623730951},"227":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"229":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"151":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"157":{"tf":1.0},"232":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"213":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"142":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"151":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"221":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":2.23606797749979},"143":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"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":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":3.0},"157":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"146":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"235":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"220":{"tf":1.0},"232":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"220":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"231":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"220":{"tf":1.0}}}}},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"220":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"218":{"tf":1.0},"220":{"tf":1.0}}},"l":{"df":2,"docs":{"213":{"tf":2.0},"220":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"151":{"tf":1.0},"213":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":7,"docs":{"11":{"tf":1.0},"128":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":6,"docs":{"133":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":2.23606797749979},"14":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":23,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"213":{"tf":2.6457513110645907},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"214":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"160":{"tf":1.0},"174":{"tf":1.4142135623730951},"231":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0}}}}}}},"df":5,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":3.0},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"224":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":3.872983346207417},"234":{"tf":4.0},"237":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.1622776601683795},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.1622776601683795},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"237":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"22":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.7320508075688772},"127":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"147":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"146":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"160":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"127":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"182":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":2.0},"135":{"tf":2.23606797749979},"153":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"168":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":83,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"138":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.449489742783178},"148":{"tf":2.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.449489742783178},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":2.0},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":3.1622776601683795},"55":{"tf":3.0},"56":{"tf":2.0},"57":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"139":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":2.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"138":{"tf":1.0},"156":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"227":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":91,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.8284271247461903},"215":{"tf":3.3166247903554},"217":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"219":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"220":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"142":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":2.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}},"d":{"df":4,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":23,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"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":2,"docs":{"227":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"215":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"d":{"7":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979}}}}}},"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"139":{"tf":2.0},"140":{"tf":1.4142135623730951}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"132":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"215":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"182":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":33,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"226":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"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":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"220":{"tf":1.0},"221":{"tf":2.0}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"215":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"157":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"229":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"147":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"237":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"145":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"145":{"tf":2.0},"151":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"219":{"tf":1.0},"229":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"216":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"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":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"187":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"191":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"135":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":19,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"143":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"134":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"234":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"155":{"tf":1.0},"213":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"152":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":63,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"18":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"221":{"tf":2.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"52":{"tf":2.8284271247461903},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"233":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"146":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.7320508075688772},"216":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"139":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":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":{"14":{"tf":2.0},"147":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"232":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"234":{"tf":1.0}},"t":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"19":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"220":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"145":{"tf":2.0},"220":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"227":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"234":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"127":{"tf":1.0},"237":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"142":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"135":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":18,"docs":{"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":3.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.6457513110645907},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":2.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"158":{"tf":2.0},"216":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"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":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.4142135623730951},"230":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":118,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.6457513110645907},"127":{"tf":3.0},"128":{"tf":2.6457513110645907},"129":{"tf":2.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"145":{"tf":3.3166247903554},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":2.23606797749979},"158":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"205":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.7320508075688772},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":4.69041575982343},"60":{"tf":3.7416573867739413},"61":{"tf":4.242640687119285},"62":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"64":{"tf":2.8284271247461903},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":3,"docs":{"158":{"tf":1.0},"218":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"232":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":2,"docs":{"127":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"170":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":2.0},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.23606797749979},"41":{"tf":1.0},"44":{"tf":2.23606797749979}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"136":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"219":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"130":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"14":{"tf":1.0},"227":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"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":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"234":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"137":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"139":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":2.0},"2":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":2.8284271247461903},"233":{"tf":2.6457513110645907},"234":{"tf":3.605551275463989},"237":{"tf":2.8284271247461903},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":21,"docs":{"139":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":3.7416573867739413},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.605551275463989},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"227":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"139":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"142":{"tf":1.0}}}}},"t":{"df":6,"docs":{"152":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"231":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"231":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"234":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"135":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"135":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"200":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"227":{"tf":1.0}}}}},"p":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0}}}},"p":{"df":8,"docs":{"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"227":{"tf":1.0}}},"df":5,"docs":{"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"df":1,"docs":{"135":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"227":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":9,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"234":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"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":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"3":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":2.449489742783178},"140":{"tf":1.0},"216":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":3.4641016151377544},"145":{"tf":1.4142135623730951},"158":{"tf":1.0},"189":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"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":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"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":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"162":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"223":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":2.0},"153":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"231":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":11,"docs":{"128":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"213":{"tf":1.4142135623730951},"220":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":2.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}}}}},"v":{"df":3,"docs":{"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}}}},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":1.0},"216":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"147":{"tf":1.0},"162":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"156":{"tf":1.0},"216":{"tf":1.4142135623730951},"229":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"227":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":2.23606797749979},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":42,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":3.0},"156":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"213":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":15,"docs":{"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"142":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"232":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"226":{"tf":2.23606797749979}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":27,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"21":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"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":5,"docs":{"102":{"tf":1.7320508075688772},"160":{"tf":1.0},"202":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"142":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"144":{"tf":1.0},"213":{"tf":2.8284271247461903},"226":{"tf":1.0},"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"237":{"tf":1.0}}},"w":{"df":2,"docs":{"227":{"tf":1.4142135623730951},"232":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"130":{"tf":1.0}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"183":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"151":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"130":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.0},"2":{"tf":1.7320508075688772},"215":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"151":{"tf":3.1622776601683795},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"149":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"231":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"237":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"146":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"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":3,"docs":{"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":30,"docs":{"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"139":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"202":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"142":{"tf":2.0},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"214":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"229":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":16,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":28,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"129":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.8284271247461903},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.7320508075688772},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"128":{"tf":1.4142135623730951},"162":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.8284271247461903},"144":{"tf":2.23606797749979},"145":{"tf":2.8284271247461903},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"22":{"tf":1.0},"228":{"tf":3.0},"232":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"134":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":12,"docs":{"141":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"227":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"19":{"tf":1.0},"213":{"tf":2.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.7320508075688772},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"g":{"3":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"5":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"=":{",":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":62,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"153":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"138":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":7,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"221":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":23,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":3.1622776601683795},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":2.0},"221":{"tf":1.0},"228":{"tf":1.7320508075688772},"232":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"228":{"tf":1.0},"237":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":22,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"237":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"136":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":25,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"146":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"232":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":14,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.0},"147":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"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":{"138":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"145":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}},"t":{"df":5,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.4142135623730951},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"146":{"tf":1.0},"158":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"234":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.449489742783178},"162":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"152":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"213":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":2.23606797749979},"139":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"215":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":78,"docs":{"143":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.8284271247461903},"215":{"tf":3.1622776601683795},"217":{"tf":1.0},"234":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"227":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"220":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"227":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"232":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"146":{"tf":2.0},"154":{"tf":2.23606797749979},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"235":{"tf":1.0},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"174":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"187":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0},"4":{"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":2,"docs":{"228":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"220":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"(":{"&":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":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":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"237":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"133":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":60,"docs":{"131":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0}}}}},"c":{"df":1,"docs":{"135":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":15,"docs":{"136":{"tf":2.0},"137":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"232":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":4,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"213":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":59,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":3.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":2.8284271247461903},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.23606797749979},"162":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":2.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.8284271247461903},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":138,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":3.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":2.0},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":3.3166247903554},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":3.872983346207417},"152":{"tf":3.4641016151377544},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.8284271247461903},"233":{"tf":3.605551275463989},"234":{"tf":4.47213595499958},"237":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.7416573867739413},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":3.1622776601683795},"49":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"232":{"tf":1.0},"60":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"234":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"215":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"136":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}},"t":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"140":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"215":{"tf":1.0},"224":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"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":10,"docs":{"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":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":{"1":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"229":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"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":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"163":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"178":{"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"184":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"188":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"190":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"192":{"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":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"197":{"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":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"201":{"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":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"203":{"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":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"207":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"211":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"209":{"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":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"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":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{"]":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"y":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"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":{"153":{"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":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"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":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"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":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"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":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.0},"154":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"215":{"tf":2.0},"216":{"tf":2.6457513110645907},"217":{"tf":1.7320508075688772},"218":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":2.0},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":2.0},"232":{"tf":2.23606797749979},"233":{"tf":1.7320508075688772},"234":{"tf":2.449489742783178},"237":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.7416573867739413},"34":{"tf":3.7416573867739413},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.242640687119285},"43":{"tf":4.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.4142135623730951},"232":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"157":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":9,"docs":{"118":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.0},"145":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"22":{"tf":1.7320508075688772},"227":{"tf":3.1622776601683795},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"143":{"tf":1.0},"162":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"134":{"tf":1.4142135623730951},"21":{"tf":1.0},"223":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":60,"docs":{"139":{"tf":1.0},"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"232":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"157":{"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":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"213":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"220":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":19,"docs":{"139":{"tf":1.0},"146":{"tf":1.7320508075688772},"162":{"tf":2.0},"214":{"tf":3.4641016151377544},"215":{"tf":4.358898943540674},"216":{"tf":2.449489742783178},"217":{"tf":2.8284271247461903},"227":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.3166247903554},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"135":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"206":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"4":{"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":1,"docs":{"231":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"140":{"tf":1.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"16":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.7320508075688772},"162":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"140":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"221":{"tf":2.0},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"234":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"232":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"217":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":2.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"162":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"157":{"tf":1.0},"232":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.449489742783178}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":43,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"139":{"tf":1.7320508075688772},"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"143":{"tf":1.0},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.4142135623730951},"158":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"n":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"234":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"213":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"149":{"tf":1.7320508075688772},"151":{"tf":3.3166247903554},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":3.7416573867739413},"233":{"tf":2.8284271247461903},"234":{"tf":4.358898943540674},"237":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":30,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"157":{"tf":1.0},"162":{"tf":2.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"214":{"tf":3.7416573867739413},"215":{"tf":2.0},"216":{"tf":3.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.449489742783178},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"143":{"tf":2.23606797749979},"144":{"tf":2.6457513110645907},"227":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.605551275463989}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"130":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":12,"docs":{"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"217":{"tf":1.0},"232":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"215":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"220":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"183":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"237":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"237":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"229":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"221":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"\"":{"]":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":11,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"130":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"215":{"tf":1.7320508075688772},"220":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":11,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"227":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"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":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"232":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"153":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"195":{"tf":1.0},"213":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"216":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"151":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"156":{"tf":1.0},"174":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"237":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"160":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":17,"docs":{"132":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"220":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"136":{"tf":1.7320508075688772},"146":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"232":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"135":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"138":{"tf":2.0},"160":{"tf":1.0},"212":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":22,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":2.8284271247461903},"155":{"tf":2.0},"158":{"tf":1.0},"220":{"tf":2.449489742783178},"234":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"160":{"tf":1.0},"210":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"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":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"i":{"c":{":":{":":{"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":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"237":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.0},"228":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"220":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.23606797749979},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"227":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":63,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":3.3166247903554},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"138":{"tf":2.0}}},"2":{"df":1,"docs":{"138":{"tf":1.0}}},"8":{"df":1,"docs":{"138":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"130":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":3,"docs":{"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"138":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"220":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"13":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"233":{"tf":1.0}}}},"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":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.7320508075688772},"162":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":68,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"213":{"tf":2.8284271247461903},"214":{"tf":1.4142135623730951},"215":{"tf":2.23606797749979},"218":{"tf":1.0},"220":{"tf":2.6457513110645907},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"220":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"237":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"156":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"216":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"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":1,"docs":{"216":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"156":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":31,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":2.8284271247461903},"216":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"213":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"127":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"135":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"231":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"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":9,"docs":{"151":{"tf":1.0},"220":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"237":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":17,"docs":{"127":{"tf":2.23606797749979},"128":{"tf":1.7320508075688772},"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},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":37,"docs":{"133":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"152":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"220":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":29,"docs":{"157":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.8284271247461903},"37":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"45":{"tf":2.8284271247461903},"46":{"tf":2.449489742783178},"47":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"3":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"5":{"df":3,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"6":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"df":1,"docs":{"28":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"216":{"tf":1.0},"42":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"153":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"224":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"179":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":1,"docs":{"187":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"185":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"230":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"214":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"44":{"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":{"127":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"189":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"u":{"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":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"191":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"154":{"tf":1.0},"167":{"tf":1.0},"225":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"231":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"193":{"tf":1.0},"93":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"219":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"231":{"tf":1.0}}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"v":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"226":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"198":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"199":{"tf":1.0}}}}},"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":1,"docs":{"172":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"102":{"tf":1.0},"202":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.0}}}},"z":{"4":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"205":{"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":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"236":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"208":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"214":{"tf":1.0}}}},"y":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"133":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"136":{"tf":1.0}}}}},"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":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"201":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"207":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"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":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":21,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"214":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}}},"n":{"df":2,"docs":{"13":{"tf":1.0},"130":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"140":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"149":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"237":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"135":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"115":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"210":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"x":{"d":{"df":9,"docs":{"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/main/book/searchindex.json b/main/book/searchindex.json index a4863364de..aae552adb1 100644 --- a/main/book/searchindex.json +++ b/main/book/searchindex.json @@ -1 +1 @@ -{"doc_urls":["introduction.html#overview","introduction.html#what-is-quilkin","introduction.html#why-use-quilkin","introduction.html#major-features","introduction.html#what-next","installation.html#installation","installation.html#distributions","installation.html#oci-image","installation.html#cargo","installation.html#github","faq.html#faq","faq.html#just-how-fast-is-quilkin-what-sort-of-performance-can-i-expect","faq.html#can-i-integrate-quilkin-with-c-code","faq.html#i-would-like-to-run-quilkin-as-a-client-side-proxy-on-a-console-can-i-do-that","faq.html#any-reason-you-didnt-contribute-this-intoextend-envoy","deployment/quickstarts/netcat.html#quickstart-quilkin-with-netcat","deployment/quickstarts/netcat.html#requirements","deployment/quickstarts/netcat.html#1-start-an-udp-echo-service","deployment/quickstarts/netcat.html#2-start-quilkin","deployment/quickstarts/netcat.html#3-send-a-packet","deployment/quickstarts/agones-xonotic-sidecar.html#quickstart-quilkin-with-agones-and-xonotic-sidecar","deployment/quickstarts/agones-xonotic-sidecar.html#requirements","deployment/quickstarts/agones-xonotic-sidecar.html#1-agones-fleet-with-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#2-play-xonotic","deployment/quickstarts/agones-xonotic-sidecar.html#3-check-out-the-metrics","deployment/quickstarts/agones-xonotic-sidecar.html#5-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#6-agones-fleet-but-with-compression","deployment/quickstarts/agones-xonotic-sidecar.html#4-play-xonotic-through-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#7-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#whats-next","deployment/quickstarts/agones-xonotic-xds.html#quickstart-quilkin-with-agones-and-xonotic-xds","deployment/quickstarts/agones-xonotic-xds.html#requirements","deployment/quickstarts/agones-xonotic-xds.html#1-overview","deployment/quickstarts/agones-xonotic-xds.html#2-install-quilkin-agones-xds-provider","deployment/quickstarts/agones-xonotic-xds.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-xds.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-xds.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-xds.html#connecting-client-side","deployment/quickstarts/agones-xonotic-xds.html#whats-next","deployment/quickstarts/agones-xonotic-relay.html#quickstart-quilkin-with-agones-and-xonotic-relay","deployment/quickstarts/agones-xonotic-relay.html#requirements","deployment/quickstarts/agones-xonotic-relay.html#1-overview","deployment/quickstarts/agones-xonotic-relay.html#2-install-quilkin-relay-and-agones-agent","deployment/quickstarts/agones-xonotic-relay.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-relay.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-relay.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-relay.html#connecting-client-side","deployment/quickstarts/agones-xonotic-relay.html#whats-next","services/proxy.html#proxy","services/proxy.html#endpoints","services/proxy.html#proxy-filters","services/proxy.html#endpoint-metadata","services/proxy.html#specialist-endpoint-metadata","services/proxy.html#session","services/proxy/configuration.html#configuration-file","services/proxy/configuration.html#static-configuration","services/proxy/configuration.html#dynamic-configuration","services/proxy/configuration.html#json-schema","services/proxy/filters.html#packet-filters","services/proxy/filters.html#filters-and-filter-chain","services/proxy/filters.html#configuration-examples","services/proxy/filters.html#filter-dynamic-metadata","services/proxy/filters.html#well-known-dynamic-metadata","services/proxy/filters.html#built-in-filters","services/proxy/filters.html#filterconfig","services/proxy/filters/capture.html#capture","services/proxy/filters/capture.html#capture-strategies","services/proxy/filters/capture.html#suffix","services/proxy/filters/capture.html#prefix","services/proxy/filters/capture.html#regex","services/proxy/filters/capture.html#filter-name","services/proxy/filters/capture.html#configuration-examples","services/proxy/filters/capture.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compress","services/proxy/filters/compress.html#filter-name","services/proxy/filters/compress.html#configuration-examples","services/proxy/filters/compress.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compression-modes","services/proxy/filters/compress.html#snappy","services/proxy/filters/compress.html#lz4","services/proxy/filters/compress.html#metrics","services/proxy/filters/concatenate.html#concatenate","services/proxy/filters/concatenate.html#filter-name","services/proxy/filters/concatenate.html#configuration-examples","services/proxy/filters/concatenate.html#configuration-options--rust-doc-","services/proxy/filters/debug.html#debug","services/proxy/filters/debug.html#filter-name","services/proxy/filters/debug.html#configuration-examples","services/proxy/filters/debug.html#configuration-options--rust-doc-","services/proxy/filters/drop.html#drop","services/proxy/filters/drop.html#filter-name","services/proxy/filters/drop.html#configuration-examples","services/proxy/filters/drop.html#configuration","services/proxy/filters/firewall.html#firewall","services/proxy/filters/firewall.html#filter-name","services/proxy/filters/firewall.html#configuration-examples","services/proxy/filters/firewall.html#configuration-options--rust-doc-","services/proxy/filters/firewall.html#rule-evaluation","services/proxy/filters/load_balancer.html#loadbalancer","services/proxy/filters/load_balancer.html#filter-name","services/proxy/filters/load_balancer.html#configuration-examples","services/proxy/filters/load_balancer.html#configuration-options--rust-doc-","services/proxy/filters/local_rate_limit.html#localratelimit","services/proxy/filters/local_rate_limit.html#filter-name","services/proxy/filters/local_rate_limit.html#configuration-examples","services/proxy/filters/local_rate_limit.html#configuration-options--rust-doc-","services/proxy/filters/match.html#match","services/proxy/filters/match.html#filter-name","services/proxy/filters/match.html#configuration-examples","services/proxy/filters/match.html#configuration-options--rust-doc-","services/proxy/filters/match.html#metrics","services/proxy/filters/pass.html#pass","services/proxy/filters/pass.html#filter-name","services/proxy/filters/pass.html#configuration-examples","services/proxy/filters/pass.html#configuration","services/proxy/filters/timestamp.html#timestamp","services/proxy/filters/timestamp.html#filter-name","services/proxy/filters/timestamp.html#configuration-examples","services/proxy/filters/timestamp.html#configuration-options--rust-doc-","services/proxy/filters/timestamp.html#metrics","services/proxy/filters/token_router.html#tokenrouter","services/proxy/filters/token_router.html#filter-name","services/proxy/filters/token_router.html#configuration-examples","services/proxy/filters/token_router.html#configuration-options--rust-doc-","services/proxy/filters/token_router.html#metrics","services/proxy/filters/token_router.html#sample-applications","services/proxy/filters/token_router.html#packet-authentication","services/proxy/filters/writing_custom_filters.html#writing-custom-filters","services/proxy/filters/writing_custom_filters.html#filter","services/proxy/filters/writing_custom_filters.html#staticfilter","services/proxy/filters/writing_custom_filters.html#running","services/proxy/filters/writing_custom_filters.html#configuration","services/proxy/filters/writing_custom_filters.html#yaml-configuration","services/proxy/filters/writing_custom_filters.html#protobuf-configuration","services/proxy/filters/writing_custom_filters.html#generated---recommended","services/proxy/filters/writing_custom_filters.html#at-build-time","services/proxy/qcmp.html#quilkin-control-message-protocol-qcmp","services/proxy/qcmp.html#ping","services/proxy/qcmp.html#protocol-data-unit","services/proxy/qcmp.html#datacenter-latency","services/proxy/qcmp.html#api-and-schema","services/proxy/metrics.html#proxy-metrics","services/proxy/metrics.html#asn-maxmind-information","services/proxy/metrics.html#general-metrics","services/proxy/metrics.html#session-metrics","services/proxy/metrics.html#filter-metrics","services/xds.html#xds-control-plane","services/xds.html#overview","services/xds.html#xds-configuration-resources","services/xds.html#connecting-to-an-xds-management-server","services/xds/metrics.html#xds-metrics","services/xds/metrics.html#proxy-mode","services/xds/metrics.html#xds-provider-mode","services/xds/providers/agones.html#agones-xds-provider","services/xds/providers/agones.html#endpoint-configuration","services/xds/providers/agones.html#access-tokens","services/xds/providers/agones.html#filter-configuration","services/xds/providers/agones.html#usage","services/xds/providers/filesystem.html#filesystem-xds-provider","services/xds/proto/index.html#protocol-documentation","services/xds/proto/index.html#table-of-contents","services/xds/proto/index.html#quilkinrelayv1alpha1relayproto","services/xds/proto/index.html#aggregatedcontrolplanediscoveryservice","services/xds/proto/index.html#quilkinconfigv1alpha1configproto","services/xds/proto/index.html#cluster","services/xds/proto/index.html#clustermap","services/xds/proto/index.html#datacenter","services/xds/proto/index.html#endpoint","services/xds/proto/index.html#filter","services/xds/proto/index.html#filterchain","services/xds/proto/index.html#host","services/xds/proto/index.html#ipv6","services/xds/proto/index.html#locality","services/xds/proto/index.html#quilkinfilterscapturev1alpha1captureproto","services/xds/proto/index.html#capture","services/xds/proto/index.html#captureprefix","services/xds/proto/index.html#captureregex","services/xds/proto/index.html#capturesuffix","services/xds/proto/index.html#quilkinfilterscompressv1alpha1compressproto","services/xds/proto/index.html#compress","services/xds/proto/index.html#compressactionvalue","services/xds/proto/index.html#compressmodevalue","services/xds/proto/index.html#compressaction","services/xds/proto/index.html#compressmode","services/xds/proto/index.html#quilkinfiltersconcatenatev1alpha1concatenateproto","services/xds/proto/index.html#concatenate","services/xds/proto/index.html#concatenatestrategyvalue","services/xds/proto/index.html#concatenatestrategy","services/xds/proto/index.html#quilkinfiltersdebugv1alpha1debugproto","services/xds/proto/index.html#debug","services/xds/proto/index.html#quilkinfiltersdropv1alpha1dropproto","services/xds/proto/index.html#drop","services/xds/proto/index.html#quilkinfiltersfirewallv1alpha1firewallproto","services/xds/proto/index.html#firewall","services/xds/proto/index.html#firewallportrange","services/xds/proto/index.html#firewallrule","services/xds/proto/index.html#firewallaction","services/xds/proto/index.html#quilkinfiltersload_balancerv1alpha1load_balancerproto","services/xds/proto/index.html#loadbalancer","services/xds/proto/index.html#loadbalancerpolicyvalue","services/xds/proto/index.html#loadbalancerpolicy","services/xds/proto/index.html#quilkinfilterslocal_rate_limitv1alpha1local_rate_limitproto","services/xds/proto/index.html#localratelimit","services/xds/proto/index.html#quilkinfiltersmatchv1alpha1matchproto","services/xds/proto/index.html#match","services/xds/proto/index.html#matchbranch","services/xds/proto/index.html#matchconfig","services/xds/proto/index.html#quilkinfilterspassv1alpha1passproto","services/xds/proto/index.html#pass","services/xds/proto/index.html#quilkinfilterstoken_routerv1alpha1token_routerproto","services/xds/proto/index.html#tokenrouter","services/xds/proto/index.html#quilkinfilterstimestampv1alpha1timestampproto","services/xds/proto/index.html#timestamp","services/xds/proto/index.html#scalar-value-types","services/relay.html#control-plane-relay","services/relay.html#quickstart","services/agent.html#quilkin-agent","services/agent.html#quickstart","sdks/unreal-engine.html#quilkin-unreal-engine-plugin","sdks/unreal-engine.html#installation","sdks/unreal-engine.html#configuration","sdks/unreal-engine.html#delegates","deployment/admin.html#administration","deployment/admin.html#logging","deployment/admin.html#http-api","deployment/admin.html#endpoints","deployment/admin.html#live","deployment/admin.html#ready","deployment/admin.html#metrics","deployment/admin.html#debugpprofprofile","deployment/admin.html#config","deployment/examples.html#quilkin-integration-examples","deployment/examples.html#server-proxy-as-a-sidecar","deployment/examples.html#client-proxy-to-sidecar-server-proxy","deployment/examples.html#client-proxy-to-separate-server-proxies-pools","deployment/examples.html#what-next","third-party/presentations.html#third-party-videos-and-presentations","third-party/presentations.html#gdc-2023-open-source-game-development-summit-agones-and-quilkin-oss-multiplayer-game-server-service-mesh-on-kubernetes"],"index":{"documentStore":{"docInfo":{"0":{"body":10,"breadcrumbs":2,"title":1},"1":{"body":66,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":2,"title":1},"100":{"body":41,"breadcrumbs":6,"title":2},"101":{"body":60,"breadcrumbs":8,"title":4},"102":{"body":19,"breadcrumbs":6,"title":1},"103":{"body":1,"breadcrumbs":7,"title":2},"104":{"body":115,"breadcrumbs":7,"title":2},"105":{"body":52,"breadcrumbs":9,"title":4},"106":{"body":19,"breadcrumbs":4,"title":1},"107":{"body":1,"breadcrumbs":5,"title":2},"108":{"body":38,"breadcrumbs":5,"title":2},"109":{"body":180,"breadcrumbs":7,"title":4},"11":{"body":60,"breadcrumbs":6,"title":5},"110":{"body":18,"breadcrumbs":4,"title":1},"111":{"body":12,"breadcrumbs":4,"title":1},"112":{"body":1,"breadcrumbs":5,"title":2},"113":{"body":38,"breadcrumbs":5,"title":2},"114":{"body":3,"breadcrumbs":4,"title":1},"115":{"body":21,"breadcrumbs":4,"title":1},"116":{"body":1,"breadcrumbs":5,"title":2},"117":{"body":25,"breadcrumbs":5,"title":2},"118":{"body":35,"breadcrumbs":7,"title":4},"119":{"body":7,"breadcrumbs":4,"title":1},"12":{"body":47,"breadcrumbs":5,"title":4},"120":{"body":30,"breadcrumbs":5,"title":1},"121":{"body":1,"breadcrumbs":6,"title":2},"122":{"body":44,"breadcrumbs":6,"title":2},"123":{"body":31,"breadcrumbs":8,"title":4},"124":{"body":40,"breadcrumbs":5,"title":1},"125":{"body":0,"breadcrumbs":6,"title":2},"126":{"body":108,"breadcrumbs":6,"title":2},"127":{"body":66,"breadcrumbs":8,"title":3},"128":{"body":78,"breadcrumbs":6,"title":1},"129":{"body":35,"breadcrumbs":6,"title":1},"13":{"body":24,"breadcrumbs":7,"title":6},"130":{"body":169,"breadcrumbs":6,"title":1},"131":{"body":27,"breadcrumbs":6,"title":1},"132":{"body":67,"breadcrumbs":7,"title":2},"133":{"body":59,"breadcrumbs":7,"title":2},"134":{"body":23,"breadcrumbs":7,"title":2},"135":{"body":150,"breadcrumbs":7,"title":2},"136":{"body":41,"breadcrumbs":9,"title":5},"137":{"body":24,"breadcrumbs":5,"title":1},"138":{"body":109,"breadcrumbs":7,"title":3},"139":{"body":119,"breadcrumbs":6,"title":2},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":23,"breadcrumbs":6,"title":2},"141":{"body":6,"breadcrumbs":4,"title":2},"142":{"body":56,"breadcrumbs":5,"title":3},"143":{"body":180,"breadcrumbs":4,"title":2},"144":{"body":54,"breadcrumbs":4,"title":2},"145":{"body":101,"breadcrumbs":4,"title":2},"146":{"body":159,"breadcrumbs":5,"title":3},"147":{"body":97,"breadcrumbs":3,"title":1},"148":{"body":39,"breadcrumbs":5,"title":3},"149":{"body":15,"breadcrumbs":6,"title":4},"15":{"body":0,"breadcrumbs":4,"title":3},"150":{"body":0,"breadcrumbs":5,"title":2},"151":{"body":117,"breadcrumbs":5,"title":2},"152":{"body":142,"breadcrumbs":6,"title":3},"153":{"body":92,"breadcrumbs":7,"title":3},"154":{"body":43,"breadcrumbs":6,"title":2},"155":{"body":33,"breadcrumbs":6,"title":2},"156":{"body":68,"breadcrumbs":6,"title":2},"157":{"body":47,"breadcrumbs":5,"title":1},"158":{"body":102,"breadcrumbs":7,"title":3},"159":{"body":0,"breadcrumbs":6,"title":2},"16":{"body":14,"breadcrumbs":2,"title":1},"160":{"body":56,"breadcrumbs":6,"title":2},"161":{"body":0,"breadcrumbs":5,"title":1},"162":{"body":87,"breadcrumbs":5,"title":1},"163":{"body":0,"breadcrumbs":5,"title":1},"164":{"body":9,"breadcrumbs":5,"title":1},"165":{"body":7,"breadcrumbs":5,"title":1},"166":{"body":10,"breadcrumbs":5,"title":1},"167":{"body":12,"breadcrumbs":5,"title":1},"168":{"body":12,"breadcrumbs":5,"title":1},"169":{"body":7,"breadcrumbs":5,"title":1},"17":{"body":30,"breadcrumbs":6,"title":5},"170":{"body":10,"breadcrumbs":5,"title":1},"171":{"body":8,"breadcrumbs":5,"title":1},"172":{"body":11,"breadcrumbs":5,"title":1},"173":{"body":0,"breadcrumbs":5,"title":1},"174":{"body":12,"breadcrumbs":5,"title":1},"175":{"body":8,"breadcrumbs":5,"title":1},"176":{"body":6,"breadcrumbs":5,"title":1},"177":{"body":9,"breadcrumbs":5,"title":1},"178":{"body":0,"breadcrumbs":5,"title":1},"179":{"body":10,"breadcrumbs":5,"title":1},"18":{"body":56,"breadcrumbs":4,"title":3},"180":{"body":6,"breadcrumbs":5,"title":1},"181":{"body":6,"breadcrumbs":5,"title":1},"182":{"body":9,"breadcrumbs":5,"title":1},"183":{"body":8,"breadcrumbs":5,"title":1},"184":{"body":0,"breadcrumbs":5,"title":1},"185":{"body":10,"breadcrumbs":5,"title":1},"186":{"body":6,"breadcrumbs":5,"title":1},"187":{"body":10,"breadcrumbs":5,"title":1},"188":{"body":0,"breadcrumbs":5,"title":1},"189":{"body":7,"breadcrumbs":5,"title":1},"19":{"body":61,"breadcrumbs":4,"title":3},"190":{"body":0,"breadcrumbs":5,"title":1},"191":{"body":1,"breadcrumbs":5,"title":1},"192":{"body":0,"breadcrumbs":5,"title":1},"193":{"body":10,"breadcrumbs":5,"title":1},"194":{"body":8,"breadcrumbs":5,"title":1},"195":{"body":12,"breadcrumbs":5,"title":1},"196":{"body":8,"breadcrumbs":5,"title":1},"197":{"body":0,"breadcrumbs":5,"title":1},"198":{"body":6,"breadcrumbs":5,"title":1},"199":{"body":6,"breadcrumbs":5,"title":1},"2":{"body":53,"breadcrumbs":3,"title":2},"20":{"body":0,"breadcrumbs":8,"title":5},"200":{"body":10,"breadcrumbs":5,"title":1},"201":{"body":0,"breadcrumbs":5,"title":1},"202":{"body":9,"breadcrumbs":5,"title":1},"203":{"body":0,"breadcrumbs":5,"title":1},"204":{"body":10,"breadcrumbs":5,"title":1},"205":{"body":8,"breadcrumbs":5,"title":1},"206":{"body":12,"breadcrumbs":5,"title":1},"207":{"body":0,"breadcrumbs":5,"title":1},"208":{"body":1,"breadcrumbs":5,"title":1},"209":{"body":0,"breadcrumbs":5,"title":1},"21":{"body":22,"breadcrumbs":4,"title":1},"210":{"body":7,"breadcrumbs":5,"title":1},"211":{"body":0,"breadcrumbs":5,"title":1},"212":{"body":6,"breadcrumbs":5,"title":1},"213":{"body":248,"breadcrumbs":7,"title":3},"214":{"body":201,"breadcrumbs":4,"title":3},"215":{"body":211,"breadcrumbs":2,"title":1},"216":{"body":200,"breadcrumbs":4,"title":2},"217":{"body":72,"breadcrumbs":3,"title":1},"218":{"body":29,"breadcrumbs":6,"title":4},"219":{"body":6,"breadcrumbs":3,"title":1},"22":{"body":94,"breadcrumbs":7,"title":4},"220":{"body":229,"breadcrumbs":3,"title":1},"221":{"body":45,"breadcrumbs":3,"title":1},"222":{"body":8,"breadcrumbs":2,"title":1},"223":{"body":40,"breadcrumbs":2,"title":1},"224":{"body":25,"breadcrumbs":3,"title":2},"225":{"body":5,"breadcrumbs":2,"title":1},"226":{"body":19,"breadcrumbs":2,"title":1},"227":{"body":129,"breadcrumbs":2,"title":1},"228":{"body":55,"breadcrumbs":2,"title":1},"229":{"body":48,"breadcrumbs":2,"title":1},"23":{"body":36,"breadcrumbs":6,"title":3},"230":{"body":10,"breadcrumbs":2,"title":1},"231":{"body":36,"breadcrumbs":5,"title":3},"232":{"body":112,"breadcrumbs":5,"title":3},"233":{"body":79,"breadcrumbs":7,"title":5},"234":{"body":188,"breadcrumbs":8,"title":6},"235":{"body":10,"breadcrumbs":3,"title":1},"236":{"body":0,"breadcrumbs":6,"title":4},"237":{"body":98,"breadcrumbs":18,"title":16},"24":{"body":34,"breadcrumbs":7,"title":4},"25":{"body":12,"breadcrumbs":5,"title":2},"26":{"body":92,"breadcrumbs":7,"title":4},"27":{"body":107,"breadcrumbs":8,"title":5},"28":{"body":13,"breadcrumbs":5,"title":2},"29":{"body":6,"breadcrumbs":5,"title":2},"3":{"body":52,"breadcrumbs":3,"title":2},"30":{"body":0,"breadcrumbs":8,"title":5},"31":{"body":26,"breadcrumbs":4,"title":1},"32":{"body":46,"breadcrumbs":5,"title":2},"33":{"body":135,"breadcrumbs":9,"title":6},"34":{"body":201,"breadcrumbs":8,"title":5},"35":{"body":83,"breadcrumbs":7,"title":4},"36":{"body":275,"breadcrumbs":6,"title":3},"37":{"body":205,"breadcrumbs":6,"title":3},"38":{"body":10,"breadcrumbs":5,"title":2},"39":{"body":0,"breadcrumbs":8,"title":5},"4":{"body":198,"breadcrumbs":2,"title":1},"40":{"body":26,"breadcrumbs":4,"title":1},"41":{"body":74,"breadcrumbs":5,"title":2},"42":{"body":156,"breadcrumbs":9,"title":6},"43":{"body":218,"breadcrumbs":8,"title":5},"44":{"body":83,"breadcrumbs":7,"title":4},"45":{"body":276,"breadcrumbs":6,"title":3},"46":{"body":205,"breadcrumbs":6,"title":3},"47":{"body":10,"breadcrumbs":5,"title":2},"48":{"body":150,"breadcrumbs":2,"title":1},"49":{"body":20,"breadcrumbs":2,"title":1},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":27,"breadcrumbs":3,"title":2},"51":{"body":50,"breadcrumbs":3,"title":2},"52":{"body":79,"breadcrumbs":4,"title":3},"53":{"body":113,"breadcrumbs":2,"title":1},"54":{"body":55,"breadcrumbs":5,"title":2},"55":{"body":92,"breadcrumbs":5,"title":2},"56":{"body":18,"breadcrumbs":5,"title":2},"57":{"body":154,"breadcrumbs":5,"title":2},"58":{"body":23,"breadcrumbs":4,"title":2},"59":{"body":194,"breadcrumbs":5,"title":3},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":101,"breadcrumbs":4,"title":2},"61":{"body":136,"breadcrumbs":5,"title":3},"62":{"body":24,"breadcrumbs":6,"title":4},"63":{"body":75,"breadcrumbs":4,"title":2},"64":{"body":50,"breadcrumbs":3,"title":1},"65":{"body":33,"breadcrumbs":4,"title":1},"66":{"body":5,"breadcrumbs":5,"title":2},"67":{"body":4,"breadcrumbs":4,"title":1},"68":{"body":4,"breadcrumbs":4,"title":1},"69":{"body":16,"breadcrumbs":4,"title":1},"7":{"body":12,"breadcrumbs":3,"title":2},"70":{"body":1,"breadcrumbs":5,"title":2},"71":{"body":22,"breadcrumbs":5,"title":2},"72":{"body":159,"breadcrumbs":7,"title":4},"73":{"body":20,"breadcrumbs":4,"title":1},"74":{"body":1,"breadcrumbs":5,"title":2},"75":{"body":81,"breadcrumbs":5,"title":2},"76":{"body":48,"breadcrumbs":7,"title":4},"77":{"body":0,"breadcrumbs":5,"title":2},"78":{"body":42,"breadcrumbs":4,"title":1},"79":{"body":80,"breadcrumbs":4,"title":1},"8":{"body":10,"breadcrumbs":2,"title":1},"80":{"body":14,"breadcrumbs":4,"title":1},"81":{"body":22,"breadcrumbs":4,"title":1},"82":{"body":1,"breadcrumbs":5,"title":2},"83":{"body":21,"breadcrumbs":5,"title":2},"84":{"body":61,"breadcrumbs":7,"title":4},"85":{"body":30,"breadcrumbs":4,"title":1},"86":{"body":1,"breadcrumbs":5,"title":2},"87":{"body":18,"breadcrumbs":5,"title":2},"88":{"body":24,"breadcrumbs":7,"title":4},"89":{"body":13,"breadcrumbs":4,"title":1},"9":{"body":10,"breadcrumbs":2,"title":1},"90":{"body":1,"breadcrumbs":5,"title":2},"91":{"body":38,"breadcrumbs":5,"title":2},"92":{"body":3,"breadcrumbs":4,"title":1},"93":{"body":16,"breadcrumbs":4,"title":1},"94":{"body":1,"breadcrumbs":5,"title":2},"95":{"body":31,"breadcrumbs":5,"title":2},"96":{"body":138,"breadcrumbs":7,"title":4},"97":{"body":49,"breadcrumbs":5,"title":2},"98":{"body":8,"breadcrumbs":5,"title":1},"99":{"body":1,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"Quilkin is a UDP proxy, specifically designed for use with multiplayer dedicated game servers.","breadcrumbs":"Introduction » Overview","id":"0","title":"Overview"},"1":{"body":"Quilkin on open source is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game servers deployments, to ensure security, access control, telemetry data, metrics and more. It is designed to be used behind game clients as well as in front of dedicated game servers. Quilkin's aim is to pull the above functionality out of bespoke, monolithic dedicated game servers and clients, and provide standard, composable modules that can be reused across a wide set of multiplayer games, so that game developers can instead focus on their game specific aspects of building a multiplayer game.","breadcrumbs":"Introduction » What is Quilkin?","id":"1","title":"What is Quilkin?"},"10":{"body":"","breadcrumbs":"FAQ » FAQ","id":"10","title":"FAQ"},"100":{"body":"# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.load_balancer.v1alpha1.LoadBalancer config: policy: ROUND_ROBIN\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } The load balancing policy (the strategy to use to select what endpoint to send traffic to) is configurable. In the example above, packets will be distributed by selecting endpoints in turn, in round robin fashion.","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Examples","id":"100","title":"Configuration Examples"},"101":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: The configuration for [`load_balancer`][super].\ntype: object\nproperties: policy: default: ROUND_ROBIN allOf: - $ref: '#/definitions/Policy'\ndefinitions: Policy: description: Policy represents how a [`load_balancer`][super] distributes packets across endpoints. oneOf: - description: Send packets to endpoints in turns. type: string enum: - ROUND_ROBIN - description: Send packets to endpoints chosen at random. type: string enum: - RANDOM - description: Send packets to endpoints based on hash of source IP and port. type: string enum: - HASH","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Options ( Rust Doc )","id":"101","title":"Configuration Options ( Rust Doc )"},"102":{"body":"The LocalRateLimit filter controls the frequency at which packets received downstream are forwarded upstream by the proxy. Rate limiting is done independently per source (IP, Port) combination.","breadcrumbs":"Proxy » Filters » Local Rate Limit » LocalRateLimit","id":"102","title":"LocalRateLimit"},"103":{"body":"quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit","breadcrumbs":"Proxy » Filters » Local Rate Limit » Filter name","id":"103","title":"Filter name"},"104":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 1000 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } To configure a rate limiter, we specify the maximum rate at which the proxy is allowed to forward packets. In the example above, we configured the proxy to forward a maximum of 1000 packets per second). Be aware that due to some optimizations in the current rate limiter implementation, the enforced maximum number of packets is not always exact. It is in theory possible that the rate limiter allows a few packets through, however in practice this would be a rare occurrence and the maximum number of such packets that is in the worse case N-1 where N is the number of threads used to process packets. For example, a configuration allowing 1000 packets per second could potentially allow 1004 packets during some time window if we have up to 4 threads. Packets that that exceeds the maximum configured rate are dropped.","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Examples","id":"104","title":"Configuration Examples"},"105":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- max_packets\n- period\nproperties: max_packets: description: The maximum number of packets allowed to be forwarded by the rate limiter in a given duration. type: integer format: uint minimum: 0.0 period: description: The duration in seconds during which max_packets applies. If none is provided, it defaults to one second. type: integer format: uint32 minimum: 0.0","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Options ( Rust Doc )","id":"105","title":"Configuration Options ( Rust Doc )"},"106":{"body":"The Match filter's job is to provide a mechanism to change behaviour based on dynamic metadata. This filter behaves similarly to the match expression in Rust or switch statements in other languages.","breadcrumbs":"Proxy » Filters » Match » Match","id":"106","title":"Match"},"107":{"body":"quilkin.filters.match.v1alpha1.Match","breadcrumbs":"Proxy » Filters » Match » Filter name","id":"107","title":"Filter name"},"108":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Match » Configuration Examples","id":"108","title":"Configuration Examples"},"109":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Configuration for [`Match`][super::Match].\ntype: object\nproperties: on_read: description: Configuration for [`Filter::read`][crate::filters::Filter::read]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null' on_write: description: Configuration for [`Filter::write`][crate::filters::Filter::write]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null'\nadditionalProperties: false\ndefinitions: Branch: description: A specific match branch. The filter is run when `value` matches the value defined in `metadata_key`. type: object required: - name - value properties: config: true label: type: - string - 'null' name: type: string value: description: The value to compare against the dynamic metadata. allOf: - $ref: '#/definitions/Value' DirectionalConfig: description: Configuration for a specific direction. type: object required: - branches - metadataKey properties: branches: description: List of filters to compare and potentially run if any match. type: array items: $ref: '#/definitions/Branch' fallthrough: description: The behaviour for when none of the `branches` match. default: config: null label: null name: quilkin.filters.drop.v1alpha1.Drop allOf: - $ref: '#/definitions/Filter' metadataKey: description: The key for the metadata to compare against. allOf: - $ref: '#/definitions/Key' Filter: description: Filter is the configuration for a single filter type: object required: - name properties: config: true label: type: - string - 'null' name: type: string additionalProperties: false Key: description: A key in the metadata table. type: string Value: anyOf: - type: boolean - type: integer format: uint64 minimum: 0.0 - type: array items: $ref: '#/definitions/Value' - type: string - type: array items: type: integer format: uint8 minimum: 0.0 View the Match filter documentation for more details.","breadcrumbs":"Proxy » Filters » Match » Configuration Options ( Rust Doc )","id":"109","title":"Configuration Options ( Rust Doc )"},"11":{"body":"Our current testing shows that on Quilkin shows that it process packets quite fast ! We won't be publishing performance benchmarks, as performance will always change depending on the underlying hardware, number of filters, configurations and more. We highly recommend you run your own load tests on your platform and configuration, matching your production workload and configuration as close as possible. Our iperf3 based performance test in the examples' folder is a good starting point. Since this is still an alpha project, we have plans on investigating further performance improvements in upcoming releases, both from an optimisation and observability perspective as well.","breadcrumbs":"FAQ » Just how fast is Quilkin? What sort of performance can I expect?","id":"11","title":"Just how fast is Quilkin? What sort of performance can I expect?"},"110":{"body":"quilkin_filter_int_counter{label=\"packets_matched_total\"} A counter of the total number of packets where the dynamic metadata matches a branch value. quilkin_filter_int_counter{label=\"packets_fallthrough_total\"} A counter of the total number of packets that are processed by the fallthrough configuration.","breadcrumbs":"Proxy » Filters » Match » Metrics","id":"110","title":"Metrics"},"111":{"body":"The Pass filter that always passes any packet through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Pass » Pass","id":"111","title":"Pass"},"112":{"body":"quilkin.filters.pass.v1alpha1.Pass","breadcrumbs":"Proxy » Filters » Pass » Filter name","id":"112","title":"Filter name"},"113":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Pass » Configuration Examples","id":"113","title":"Configuration Examples"},"114":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Pass » Configuration","id":"114","title":"Configuration"},"115":{"body":"The Timestamp filter accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. Mostly useful in combination with other filters such as Capture to pull timestamp data from packets.","breadcrumbs":"Proxy » Filters » Timestamp » Timestamp","id":"115","title":"Timestamp"},"116":{"body":"quilkin.filters.timestamp.v1alpha1.Timestamp","breadcrumbs":"Proxy » Filters » Timestamp » Filter name","id":"116","title":"Filter name"},"117":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: example.com/session_duration prefix: size: 3 remove: false - name: quilkin.filters.timestamp.v1alpha1.Timestamp config: metadataKey: example.com/session_duration\nclusters: - endpoints: - address: 127.0.0.1:26000\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Examples","id":"117","title":"Configuration Examples"},"118":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- metadataKey\nproperties: metadataKey: description: The metadata key to read the UTC UNIX Timestamp from. allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Options ( Rust Doc )","id":"118","title":"Configuration Options ( Rust Doc )"},"119":{"body":"quilkin_filter_histogram{label=\"duration\"} A histogram of durations from metadata_key to now in the packet direction.","breadcrumbs":"Proxy » Filters » Timestamp » Metrics","id":"119","title":"Metrics"},"12":{"body":"Quilkin is also released as a library so it can be integrated with an external codebase as necessary. Using Rust code inside a C or C++ project mostly consists of two parts. Creating a C-friendly API in Rust Embedding your Rust project into an external build system See A little Rust with your C for more information. Over time, we will be expanding documentation on how to integrate with specific engines if running Quilkin as a separate binary is not an option.","breadcrumbs":"FAQ » Can I integrate Quilkin with C++ code?","id":"12","title":"Can I integrate Quilkin with C++ code?"},"120":{"body":"The TokenRouter filter's job is to provide a mechanism to declare which Endpoints a packet should be sent to. This Filter provides this functionality by comparing a byte array token found in the Filter Dynamic Metadata from a previous Filter, and comparing it to Endpoint's tokens , and sending packets to those Endpoints only if there is a match.","breadcrumbs":"Proxy » Filters » Token Router » TokenRouter","id":"120","title":"TokenRouter"},"121":{"body":"quilkin.filters.token_router.v1alpha1.TokenRouter","breadcrumbs":"Proxy » Filters » Token Router » Filter name","id":"121","title":"Filter name"},"122":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.token_router.v1alpha1.TokenRouter config: metadataKey: myapp.com/myownkey\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); View the CaptureBytes filter documentation for more details.","breadcrumbs":"Proxy » Filters » Token Router » Configuration Examples","id":"122","title":"Configuration Examples"},"123":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nproperties: metadataKey: description: the key to use when retrieving the token from the Filter's dynamic metadata default: quilkin.dev/capture allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Token Router » Configuration Options ( Rust Doc )","id":"123","title":"Configuration Options ( Rust Doc )"},"124":{"body":"quilkin_filter_TokenRouter_packets_dropped_total A counter of the total number of packets that have been dropped. This is also provided with a Reason label, as there are differing reasons for packets to be dropped: NoEndpointMatch - The token provided via the Filter dynamic metadata does not match any Endpoint's tokens. NoTokenFound - No token has been found in the Filter dynamic metadata. InvalidToken - The data found for the token in the Filter dynamic metadata is not of the correct data type (Vec)","breadcrumbs":"Proxy » Filters » Token Router » Metrics","id":"124","title":"Metrics"},"125":{"body":"","breadcrumbs":"Proxy » Filters » Token Router » Sample Applications","id":"125","title":"Sample Applications"},"126":{"body":"In combination with several other filters, the TokenRouter can be utilised as an authentication and access control mechanism for all incoming packets. Capturing the authentication token from an incoming packet can be implemented via the CaptureByte filter, with an example outlined below, or any other filter that populates the configured dynamic metadata key for the authentication token to reside. It is assumed that the endpoint tokens that are used for authentication are generated by an external system, are appropriately cryptographically random and sent to each proxy securely. For example, a configuration would look like: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture # Capture and remove the authentication token config: suffix: size: 3 remove: true - name: quilkin.filters.token_router.v1alpha1.TokenRouter\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2); On the game client side the Concatenate filter could also be used to add authentication tokens to outgoing packets.","breadcrumbs":"Proxy » Filters » Token Router » Packet Authentication","id":"126","title":"Packet Authentication"},"127":{"body":"The full source code used in this example can be found in examples/ . Quilkin provides an extensible implementation of Filters that allows us to plug in custom implementations to fit our needs. This document provides an overview of the API and how we can go about writing our own Filters . First we need to create a type and implement two traits for it. It's not terribly important what the filter in this example does so let's write a Greet filter that appends Hello to every packet in one direction and Goodbye to packets in the opposite direction. struct Greet; As a convention within Quilkin: Filter names are singular, they also tend to be a verb, rather than an adjective. Examples Greet not \"Greets\" Compress not \"Compressor\".","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Writing Custom Filters","id":"127","title":"Writing Custom Filters"},"128":{"body":"Represents the actual Filter instance in the pipeline. An implementation provides a read and a write method (both are passthrough by default) that accepts a context object and returns a response. Both methods are invoked by the proxy when it consults the filter chain read is invoked when a packet is received on the local downstream port and is to be sent to an upstream endpoint while write is invoked in the opposite direction when a packet is received from an upstream endpoint and is to be sent to a downstream client. # struct Greet;\nuse quilkin::filters::prelude::*; /// Appends data to each packet\n#[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents.extend_from_slice(b\"Hello\"); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents.extend_from_slice(b\"Goodbye\"); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Filter","id":"128","title":"Filter"},"129":{"body":"Represents metadata needed for your [Filter], most of it has to with defining configuration, for now we can use () as we have no configuration currently. # use quilkin::filters::prelude::*;\n# struct Greet;\n# impl Filter for Greet {}\nimpl StaticFilter for Greet { const NAME: &'static str = \"greet.v1\"; type Configuration = (); type BinaryConfiguration = (); fn try_from_config(config: Option) -> Result { Ok(Self) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » StaticFilter","id":"129","title":"StaticFilter"},"13":{"body":"This is an ongoing discussion, and since console development is protected by non-disclosure agreements, we can't comment on this directly. That being said, we have an Unreal Engine for games in circumstances where compiling Rust or providing a separate Quilkin binary as an executable is not an option.","breadcrumbs":"FAQ » I would like to run Quilkin as a client side proxy on a console? Can I do that?","id":"13","title":"I would like to run Quilkin as a client side proxy on a console? Can I do that?"},"130":{"body":"We can run the proxy using Proxy::run function. Let's add a main function that does that. Quilkin relies on the Tokio async runtime, so we need to import that crate and wrap our main function with it. We can also register custom filters in quilkin using FilterRegistry::register Add Tokio as a dependency in Cargo.toml. [dependencies]\nquilkin = \"0.2.0\"\ntokio = { version = \"1\", features = [\"full\"]} Add a main function that starts the proxy. // src/main.rs\n#[tokio::main]\nasync fn main() -> quilkin::Result<()> { quilkin::filters::FilterRegistry::register(vec![Greet::factory()].into_iter()); let (_shutdown_tx, shutdown_rx) = quilkin::make_shutdown_channel(quilkin::ShutdownKind::Normal); let proxy = quilkin::Proxy::default(); let config = quilkin::Config::default_non_agent(); config.filters.store(std::sync::Arc::new( quilkin::filters::FilterChain::try_create([quilkin::config::Filter { name: Greet::NAME.into(), label: None, config: None, }])?, )); config.clusters.modify(|map| { map.insert_default( [quilkin::net::endpoint::Endpoint::new( (std::net::Ipv4Addr::LOCALHOST, 4321).into(), )] .into(), ) }); proxy .run(config.into(), Default::default(), None, shutdown_rx) .await\n} Now, let's try out the proxy. The following configuration starts our extended version of the proxy at port 7777 and forwards all packets to an upstream server at port 4321. # quilkin.yaml\nversion: v1alpha1\nfilters: - name: greet.v1\nclusters: - endpoints: - address: 127.0.0.1:4321 Next we to setup our network of services, for this example we're going to use the netcat tool to spawn a UDP echo server and interactive client for us to send packets over the wire. # Start the proxy\ncargo run -- &\n# Start a UDP listening server on the configured port\nnc -lu 127.0.0.1 4321 &\n# Start an interactive UDP client that sends packet to the proxy\nnc -u 127.0.0.1 7777 Whatever we pass to the client should now show up with our modification on the listening server's standard output. For example typing Quilkin in the client prints Hello Quilkin on the server.","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Running","id":"130","title":"Running"},"131":{"body":"Let's extend the Greet filter to have a configuration that contains what greeting to use. The Serde crate is used to describe static YAML configuration in code while Tonic / Prost is used to describe dynamic configuration as Protobuf messages when talking to a management server .","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Configuration","id":"131","title":"Configuration"},"132":{"body":"First let's create the type for our configuration: Add the yaml parsing crates to Cargo.toml: # [dependencies]\nserde = \"1.0\"\nserde_yaml = \"0.8\" Define a struct representing the config: // src/main.rs\n#[derive(Serialize, Deserialize, Debug, schemars::JsonSchema)]\nstruct Config { greeting: String,\n} Update the Greet Filter to take in greeting as a parameter: // src/main.rs\nstruct Greet { config: Config,\n} #[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents .prepend_from_slice(format!(\"{} \", self.config.greeting).as_bytes()); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents .prepend_from_slice(format!(\"{} \", self.config.greeting).as_bytes()); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » YAML Configuration","id":"132","title":"YAML Configuration"},"133":{"body":"Quilkin comes with out-of-the-box support for xDS management, and as such needs to communicate filter configuration over Protobuf with management servers and clients to synchronise state across the network. So let's add the binary version of our Greet configuration. Add the proto parsing crates to Cargo.toml: [dependencies]\n# ...\ntonic = \"0.5.0\"\nprost = \"0.7\"\nprost-types = \"0.7\" Create a Protobuf equivalent of our YAML configuration. // src/greet.proto\nsyntax = \"proto3\"; package greet; message Greet { string greeting = 1;\n} Generate Rust code from the proto file:","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Protobuf Configuration","id":"133","title":"Protobuf Configuration"},"134":{"body":"Use something like proto-gen to generate Rust code for the protobuf. At that point it is just normal rust code and can be included from where you placed the generated code, eg. generated. mod generated;\nuse generated::greet as proto;","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Generated - Recommended","id":"134","title":"Generated - Recommended"},"135":{"body":"There are a few ways to generate Prost code from proto, we will use the prost_build crate in this example. Add the following required crates to Cargo.toml, and then add a build script to generate the following Rust code during compilation: # [dependencies]\nbytes = \"1.0\" # [build-dependencies]\nprost-build = \"0.7\" // src/build.rs\nfn main() { // Remove if you already have `protoc` installed in your system. std::env::set_var(\"PROTOC\", protobuf_src::protoc()); prost_build::compile_protos(&[\"src/greet.proto\"], &[\"src/\"]).unwrap();\n} To include the generated code, we'll use [tonic::include_proto]. // src/main.rs\n#[allow(warnings, clippy::all)]\n// ANCHOR: include_proto\nmod proto { tonic::include_proto!(\"greet\");\n} Then we just need to implement std::convert::TryFrom for converting the protobuf message to equivalent configuration. // src/main.rs\nimpl TryFrom for Config { type Error = ConvertProtoConfigError; fn try_from(p: proto::Greet) -> Result { Ok(Self { greeting: p.greeting, }) }\n} impl From for proto::Greet { fn from(config: Config) -> Self { Self { greeting: config.greeting, } }\n} Now, let's update Greet's StaticFilter implementation to use the two configurations. // src/main.rs\nuse quilkin::filters::StaticFilter; impl StaticFilter for Greet { const NAME: &'static str = \"greet.v1\"; type Configuration = Config; type BinaryConfiguration = proto::Greet; fn try_from_config(config: Option) -> Result { Ok(Self { config: Self::ensure_config_exists(config)?, }) }\n} That's it! With these changes we have wired up static configuration for our filter. Try it out with the following configuration: # quilkin.yaml\nversion: v1alpha1\nport: 7001\nfilters:\n- name: greet.v1 config: greeting: Hey\nendpoints:\n- address: 127.0.0.1:4321","breadcrumbs":"Proxy » Filters » Writing Custom Filters » At build time","id":"135","title":"At build time"},"136":{"body":"services ports Protocol QCMP 7600 UDP AND TCP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP and TCP. The purpose of this API is to provide meta operations that can be used by untrusted clients. Currently the API is focuses on providing pings for latency measurement but that may change overtime as new features are added.","breadcrumbs":"Proxy » Control Message Protocol » Quilkin Control Message Protocol (QCMP)","id":"136","title":"Quilkin Control Message Protocol (QCMP)"},"137":{"body":"The main functionality currently in QCMP is pinging, measuring the latency from one service to another over UDP. You can also measure the distance locally using the quilkin qcmp ping command. quilkin qcmp ping 127.0.0.1:7600","breadcrumbs":"Proxy » Control Message Protocol » Ping","id":"137","title":"Ping"},"138":{"body":"The following is a Kaitai Struct configuration of the protocol data unit accepted by Quilkin proxies. meta: id: quilkin_packet endian: be\nseq: - id: magic_header contents: \"QLKN\" - id: protocol_version type: u1 - id: packet_type type: u1 - id: packet_length type: u2 - id: packet size: packet_length type: switch-on: packet_type cases: 0: ping_packet 1: ping_reply_packet types: ping_packet: doc: | Sent by a client to a proxy containing the time when the client sent the packet along with a unique nonce. The timestamp should be a UTC unix timestamp in **nanoseconds**. seq: - id: nonce type: u1 - id: client_sent_timestamp type: u8 ping_reply_packet: doc: | A reply from a proxy containing the ping's nonce, the client sent time, the server's receive time, and the server's sent time. The timestamps should be UTC unix timestamps in **nanoseconds**. seq: - id: nonce type: u1 - id: client_sent_timestamp type: u8 - id: server_receive_timestamp type: u8 - id: server_sent_timestamp type: u8","breadcrumbs":"Proxy » Control Message Protocol » Protocol Data Unit","id":"138","title":"Protocol Data Unit"},"139":{"body":"In addition to being able to ping Quilkin to get the latency between the client and proxy. In order to allow clients to send information to services like a matchmaker about which datacentre they are closest to, Quilkin also includes the ability to get a proxy's latency to each of its connected datacentres. Note: This requires a multi-cluster relay setup, as when you set up proxies in the same cluster as gameservers, this measurement is redundant. All that is required to set this up is to provide an ICAO code to the agent in the gameserver cluster. (E.g. through the environment variable ICAO_CODE). No further setup is required. You can use duplicate ICAO codes , Quilkin will choose the best result amongst the duplicates to return. Quilkin assumes that multiple of the same ICAO code refer to the same phyiscal datacentre, so latency between them should negible. Why ICAO? ICAO is an international standard for airport codes, airport codes are an easy human readable code that makes it easy to use geo-visualisations in tools like Grafana, and easily allows grouping. IATA codes only cover major airports, ICAO codes cover practically every airport making them easy to more accurately represent the location of any datacentre.","breadcrumbs":"Proxy » Control Message Protocol » Datacenter Latency","id":"139","title":"Datacenter Latency"},"14":{"body":"This is an excellent question! Envoy is an amazing project, and has set many of the standards for how proxies are written and orchestrated , and was an inspiration for many of the decisions made on Quilkin. However, we decided to build this project separately: Envoy seems primarily focused on web/mobile network workloads (which makes total sense), whereas we wanted something specialised on gaming UDP communication, so having a leaner, more focused codebase would allow us to move faster. We found the Rust and Cargo ecosystem easier to work with than Bazel and C++, and figured our users would as well.","breadcrumbs":"FAQ » Any reason you didn't contribute this into/extend Envoy?","id":"14","title":"Any reason you didn't contribute this into/extend Envoy?"},"140":{"body":"Currently the datacentre latency can be retrieved by sending a GET / HTTP request to the QCMP port. The returned data is a JSON object with each key being the ICAO code for the datacentre, and the value being the latency in nanoseconds.","breadcrumbs":"Proxy » Control Message Protocol » API And Schema","id":"140","title":"API And Schema"},"141":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"141","title":"Proxy Metrics"},"142":{"body":"If Quilkin is provided a a MaxmindDB GeoIP database, Quilkin will log the following information in the maxmind information log, as well as populate the following fields in any metrics with matching labels. Field Description asn ASN Number organization The organisation responsible for the ASN country_code The corresponding country code ip_prefix The IP prefix CIDR address prefix_entity The name of the entity for the prefix address prefix_name The name of the prefix address Maxmind databases often require a licence and/or fee, so they aren't included by default with Quilkin.","breadcrumbs":"Proxy » Metrics » ASN Maxmind Information","id":"142","title":"ASN Maxmind Information"},"143":{"body":"The proxy exposes the following general metrics: quilkin_packets_processing_duration_seconds{event, asn, ip_prefix} (Histogram) The total duration of time in seconds that it took to process a packet. The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packets_dropped_total{reason, asn, ip_prefix} (Counter) The total number of packets (not associated with any session) that were dropped by proxy. Not that packets reflected by this metric were dropped at an earlier stage before they were associated with any session. For session based metrics, see the list of session metrics instead. reason = NoConfiguredEndpoints NoConfiguredEndpoints: No upstream endpoints were available to send the packet to. This can occur e.g if the endpoints cluster was scaled down to zero and the proxy is configured via a control plane. quilkin_cluster_active The number of currently active clusters. quilkin_cluster_active_endpoints The number of currently active upstream endpoints. Note that this tracks the number of endpoints that the proxy knows of rather than those that it is connected to (see Session Metrics instead for those) quilkin_bytes_total{event, asn, ip_prefix} The total number of bytes sent or recieved The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packets_total{event, asn, ip_prefix} The total number of packets sent or recieved. The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packet_jitter{event, asn, ip_prefix} The time between receiving new packets. quilkin_errors_total{event, asn, ip_prefix} The total number of errors encountered while reading a packet from the upstream endpoint.","breadcrumbs":"Proxy » Metrics » General Metrics","id":"143","title":"General Metrics"},"144":{"body":"The proxy exposes the following metrics around sessions: quilkin_session_active{asn, organization, country_code, ip_prefix, prefix_entity, prefix_name} The number of currently active sessions. If a maxmind database has been provided, the labels are populated: The asn label is the ASN number of the connecting client. The ip_prefixlabel is the IP prefix of the connecting client. quilkin_session_duration_secs (Histogram) A histogram over how long sessions lasted before they were torn down. Note that, by definition, active sessions are not included in this metric. quilkin_session_total (Counter) The total number of sessions that have been created.","breadcrumbs":"Proxy » Metrics » Session Metrics","id":"144","title":"Session Metrics"},"145":{"body":"Quilkin's filters use a set of generic metric keys, to make it easier to build visualisations that can account for a dynamic set of filters that can be added, removed, or updated at runtime with different configurations. All of these metrics share a common set of labels. Label Description id The ID of the filter that used the metric. label The name of the metric being measured. help The description of the filter metric. direction The direction of packet flow (e.g. read/write). quilkin_filter_int_counter{id, label, help, direction} Generic filter counter, see help label for more specific info. quilkin_filter_histogram{id, label, help, direction, shared_metadata_1} generic filter histogram, see help label for more specific info. quilkin_filter_read_duration_seconds{filter} The duration it took for a filter's read implementation to execute. Thefilter label is the name of the filter being executed. quilkin_filter_write_duration_seconds{filter} The duration it took for a filter's write implementation to execute. The filter label is the name of the filter being executed.","breadcrumbs":"Proxy » Metrics » Filter Metrics","id":"145","title":"Filter Metrics"},"146":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For single-cluster integration, Quilkin provides a manage service, that can be used with a number of configuration discovery providers to provide cluster configuration multiple proxys . With each provider automating the complexity of a full xDS management control plane via integrations with popular projects and common architecture patterns. To view all the providers and options for the manage subcommand, run: $ quilkin manage --help\nRuns Quilkin as a xDS management server, using `provider` as a configuration source Usage: quilkin manage [OPTIONS] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] -p, --port The TCP port to listen to, to serve discovery responses [env: QUILKIN_PORT=] [default: 7800] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] -h, --help Print help","breadcrumbs":"Control Plane » xDS Control Plane","id":"146","title":"xDS Control Plane"},"147":{"body":"In addition to static configuration provided upon startup, a Quiklin proxy's configuration can also be updated at runtime. The proxy can be configured on startup to talk to a set of management servers which provide it with updates throughout its lifecycle. Communication between the proxy and management server uses the xDS gRPC protocol , similar to an envoy proxy . xDS is one of the standard configuration mechanisms for software proxies and as a result, Quilkin can be setup to discover configuration resources from any API compatible server. Also, given that the protocol is well specified , it is similarly straight-forward to implement a custom server to suit any deployment's needs. As described within the xDS-api documentation, the xDS API comprises a set of resource discovery APIs, each serving a specific set of configuration resource types, while the protocol itself comes in several variants . Quilkin implements the Aggregated Discovery Service (ADS) Incremental xDS variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"147","title":"Overview"},"148":{"body":"Heavily influenced by xDS's Cluster Discovery Service , Endpoint Discovery Service , and Listener Discovery Service , Quilkin utilises its own custom Configuration xDS resources (reference) to enable dynamic configuration of Datacenters, Clusters, Endpoints and Filters through the Aggregated Discovery Service. This above reference also provides documentation for all the ProtoBuf definitions for all Filters that are available in Quilkin.","breadcrumbs":"Control Plane » xDS Configuration Resources","id":"148","title":"xDS Configuration Resources"},"149":{"body":"Connecting a Quilkin proxy to an xDS management server can be implemented via providing one or more URLs to the management_servers command line .","breadcrumbs":"Control Plane » Connecting to an xDS management server","id":"149","title":"Connecting to an xDS management server"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"150","title":"xDS Metrics"},"151":{"body":"Quilkin exposes the following metrics around the management servers and its resources when running as a UDP Proxy : quilkin_xds_connected_state (Gauge) A boolean that indicates whether or not the proxy is currently connected to a management server. A value 1 means that the proxy is connected while 0 means that it is not connected to any server at that point in time. quilkin_xds_update_attempt_total (Counter) The total number of attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server. quilkin_xds_update_success_total (Counter) The total number of successful attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server and was successfully applied by the proxy. quilkin_xds_update_failure_total (Counter) The total number of unsuccessful attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server and was rejected by the proxy (e.g due to a bad/inconsistent configuration). quilkin_xds_requests_total (Counter) The total number of DiscoveryRequest s made by the proxy to management servers. This tracks messages flowing in the direction from the proxy to the management server.","breadcrumbs":"Control Plane » Metrics » Proxy Mode","id":"151","title":"Proxy Mode"},"152":{"body":"The following metrics are exposed when Quilkin is running as an xDS provider . quilkin_management_server_connected_proxies (Gauge) The number of proxies currently connected to the server. quilkin_management_server_discovery_requests_total{request_type} (Counter) The total number of xDS Discovery requests received across all proxies. request_type = type.googleapis.com/envoy.config.cluster.v3.Cluster | type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment | type.googleapis.com/envoy.config.listener.v3.Listener Type URL of the requested resource quilkin_management_server_discovery_responses_total (Counter) The total number of xDS Discovery responses sent back across all proxies in response to Discovery Requests. Each Discovery response sent corresponds to a configuration update for some proxy. request_type = type.googleapis.com/envoy.config.cluster.v3.Cluster | type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment | type.googleapis.com/envoy.config.listener.v3.Listener Type URL of the requested resource quilkin_management_server_endpoints_total (Gauge) The number of active endpoints discovered by the server. The number of active endpoints correlates with the size of the cluster configuration update sent to proxies. quilkin_management_server_snapshot_generation_errors_total (Counter) The total number of errors encountered while generating a configuration snapshot update for a proxy. quilkin_management_server_snapshots_generated_total (Counter) The total number of configuration snapshot generated across all proxies. A snapshot corresponds to a point in time view of a proxy's configuration. However it does not necessarily correspond to a proxy update - a proxy only gets the latest snapshot so it might miss intermediate snapshots if it lags behind. quilkin_management_server_snapshots_cache_size (Gauge) The current number of snapshots in the in-memory snapshot cache. This corresponds 1-1 to proxies that connect to the server. However the number may be slightly higher than the number of connected proxies since snapshots for disconnected proxies are only periodically cleared from the cache.","breadcrumbs":"Control Plane » Metrics » xDS Provider Mode","id":"152","title":"xDS Provider Mode"},"153":{"body":"The Agones xDS Provider is built to simplify Quilkin integration with Agones game server hosting on top of Kubernetes . This provider watches for changes in Agones GameServer resources in a cluster, and utilises that information to provide Endpoint information to connected Quilkin proxies. To view all the options for the agones provider subcommand, run: $ quilkin manage agones --help\nWatches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration Usage: quilkin manage agones [OPTIONS] Options: -c, --config-namespace The namespace under which the configmap is stored [env: QUILKIN_AGONES_CONFIG_NAMESPACE=] -g, --gameservers-namespace The namespace under which the game servers run [env: QUILKIN_AGONES_GAMESERVERS_NAMESPACE=] [default: default] -h, --help Print help Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"153","title":"Agones xDS Provider"},"154":{"body":"This provider watches the Kubernetes clusters for Allocated Agones GameServers and exposes their IP address and Port as Endpoints to any connected Quilkin proxies. Since an Agones GameServer can have multiple ports exposed, if multiple ports are in use, the server will pick the first port in the port list. By default the Agones xDS provider will look in the default namespace for any GameServer resources, but it can be configured via the --gameservers-namespace argument.","breadcrumbs":"Control Plane » Providers » Agones » Endpoint Configuration","id":"154","title":"Endpoint Configuration"},"155":{"body":"The set of access tokens for the associated Endpoint can be set by adding a comma separated standard base64 encoded strings. This must be added under an annotation quilkin.dev/tokens in the GameServer 's metadata. For example: annotations: # Sets two tokens for the corresponding endpoint with values 1x7ijy6 and 8gj3v2i respectively. quilkin.dev/tokens: MXg3aWp5Ng==,OGdqM3YyaQ==","breadcrumbs":"Control Plane » Providers » Agones » Access Tokens","id":"155","title":"Access Tokens"},"156":{"body":"The Agones provider watches for a singular ConfigMap that has the label of quilkin.dev/configmap: \"true\", and any changes that happen to it, and use its contents to send Filter configuration to any connected Quilkin proxies. The ConfigMap contents should be a valid Quilkin file configuration , but with no Endpoint data. For example: apiVersion: v1\nkind: ConfigMap\nmetadata: name: quilkin-xds-filter-config labels: quilkin.dev/configmap: \"true\"\ndata: quilkin.yaml: | version: v1alpha1 filters: - name: quilkin.filters.capture.v1alpha1.Capture config: suffix: size: 3 remove: true - name: quilkin.filters.token_router.v1alpha1.TokenRouter By default the Agones xDS provider will look in the default namespace for this ConfigMap, but it can be configured via the --config-namespace argument.","breadcrumbs":"Control Plane » Providers » Agones » Filter Configuration","id":"156","title":"Filter Configuration"},"157":{"body":"As an example, the following runs the server with subcommnad manage agones against a cluster (using default kubeconfig authentication) where Quilkin pods run in the quilkin namespace and GameServer pods run in the gameservers namespace: quilkin manage agones --config-namespace quilkin --gameservers-namespace gameservers For a full referenmce of deploying this provider in a Kubernetes cluster, with appropriate Deployments , Services , and RBAC Rules, there is an Agones, xDS and Xonotic example .","breadcrumbs":"Control Plane » Providers » Agones » Usage","id":"157","title":"Usage"},"158":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. To view all the options for the file provider subcommand, run: $ quilkin manage agones --help\nWatches for changes to the file located at `path` Usage: quilkin manage file Arguments: The path to the source config [env: QUILKIN_FS_PATH=] Options: -h, --help Print help For example: quilkin manage file quilkin.yaml We run this on port 1800, in this example, in case you are running this locally, and the default port is taken up by an existing Quilkin proxy. After running this command, any proxy that connects to port 18000 will receive updates as configured in config.yaml file. You can find the configuration file schema in Configuration File . Example: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: hello\nclusters: - endpoints: - address: 123.0.0.1:29 metadata: 'quilkin.dev': tokens: - 'MXg3aWp5Ng=='\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Control Plane » Providers » Filesystem » Filesystem xDS Provider","id":"158","title":"Filesystem xDS Provider"},"159":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » Protocol Documentation","id":"159","title":"Protocol Documentation"},"16":{"body":"A *nix terminal A binary release of Quilkin from the Github releases page or by running cargo install quilkin ncat netcat","breadcrumbs":"Netcat » Requirements","id":"16","title":"Requirements"},"160":{"body":"quilkin/relay/v1alpha1/relay.proto AggregatedControlPlaneDiscoveryService quilkin/config/v1alpha1/config.proto Cluster ClusterMap Datacenter Endpoint Filter FilterChain Host Ipv6 Locality quilkin/filters/capture/v1alpha1/capture.proto Capture Capture.Prefix Capture.Regex Capture.Suffix quilkin/filters/compress/v1alpha1/compress.proto Compress Compress.ActionValue Compress.ModeValue Compress.Action Compress.Mode quilkin/filters/concatenate/v1alpha1/concatenate.proto Concatenate Concatenate.StrategyValue Concatenate.Strategy quilkin/filters/debug/v1alpha1/debug.proto Debug quilkin/filters/drop/v1alpha1/drop.proto Drop quilkin/filters/firewall/v1alpha1/firewall.proto Firewall Firewall.PortRange Firewall.Rule Firewall.Action quilkin/filters/load_balancer/v1alpha1/load_balancer.proto LoadBalancer LoadBalancer.PolicyValue LoadBalancer.Policy quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto LocalRateLimit quilkin/filters/match/v1alpha1/match.proto Match Match.Branch Match.Config quilkin/filters/pass/v1alpha1/pass.proto Pass quilkin/filters/token_router/v1alpha1/token_router.proto TokenRouter quilkin/filters/timestamp/v1alpha1/timestamp.proto Timestamp Scalar Value Types Top","breadcrumbs":"Control Plane » Protobuf Reference » Table of Contents","id":"160","title":"Table of Contents"},"161":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/relay/v1alpha1/relay.proto","id":"161","title":"quilkin/relay/v1alpha1/relay.proto"},"162":{"body":"The Manager Discovery Service provides an RPC for a management service to upstream its configuration to a relay service. This RPC works essentially the same as xDS, except instead of the client connecting to the server to receive configuration, the client is connecting to the server send its configuration. This service enables the relay to merge the configuration of all currently live management servers as a single aggregated xDS server without the relay needing to maintain a list of xDS servers to connect to in the relay itself. Method Name Request Type Response Type Description StreamAggregatedResources .envoy.service.discovery.v3.DiscoveryResponse stream .envoy.service.discovery.v3.DiscoveryRequest stream This RPC is not supported but remains here as part of the xDS standard, as Quilkin only uses a delta configuration transport for performance reasons. DeltaAggregatedResources .envoy.service.discovery.v3.DeltaDiscoveryResponse stream .envoy.service.discovery.v3.DeltaDiscoveryRequest stream Delta (Incremental) xDS implementation Top","breadcrumbs":"Control Plane » Protobuf Reference » AggregatedControlPlaneDiscoveryService","id":"162","title":"AggregatedControlPlaneDiscoveryService"},"163":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/config/v1alpha1/config.proto","id":"163","title":"quilkin/config/v1alpha1/config.proto"},"164":{"body":"Field Type Label Description locality Locality endpoints Endpoint repeated","breadcrumbs":"Control Plane » Protobuf Reference » Cluster","id":"164","title":"Cluster"},"165":{"body":"Field Type Label Description clusters Cluster repeated","breadcrumbs":"Control Plane » Protobuf Reference » ClusterMap","id":"165","title":"ClusterMap"},"166":{"body":"Field Type Label Description host string qcmp_port uint32 icao_code string","breadcrumbs":"Control Plane » Protobuf Reference » Datacenter","id":"166","title":"Datacenter"},"167":{"body":"Field Type Label Description host string port uint32 metadata google.protobuf.Struct host2 Host","breadcrumbs":"Control Plane » Protobuf Reference » Endpoint","id":"167","title":"Endpoint"},"168":{"body":"Field Type Label Description name string label string optional config string optional","breadcrumbs":"Control Plane » Protobuf Reference » Filter","id":"168","title":"Filter"},"169":{"body":"Field Type Label Description filters Filter repeated","breadcrumbs":"Control Plane » Protobuf Reference » FilterChain","id":"169","title":"FilterChain"},"17":{"body":"So that we have a target for sending UDP packets to, let's use ncat to create a simple UDP echo process. To do this run: ncat -e $(which cat) -k -u -l 8080 This routes all UDP packets that ncat receives to the local cat process, which echoes it back.","breadcrumbs":"Netcat » 1. Start an udp echo service","id":"17","title":"1. Start an udp echo service"},"170":{"body":"Field Type Label Description name string ipv4 fixed32 ipv6 Ipv6","breadcrumbs":"Control Plane » Protobuf Reference » Host","id":"170","title":"Host"},"171":{"body":"Field Type Label Description first fixed64 second fixed64","breadcrumbs":"Control Plane » Protobuf Reference » Ipv6","id":"171","title":"Ipv6"},"172":{"body":"Field Type Label Description region string zone string sub_zone string Top","breadcrumbs":"Control Plane » Protobuf Reference » Locality","id":"172","title":"Locality"},"173":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/capture/v1alpha1/capture.proto","id":"173","title":"quilkin/filters/capture/v1alpha1/capture.proto"},"174":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue prefix Capture.Prefix suffix Capture.Suffix regex Capture.Regex","breadcrumbs":"Control Plane » Protobuf Reference » Capture","id":"174","title":"Capture"},"175":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Prefix","id":"175","title":"Capture.Prefix"},"176":{"body":"Field Type Label Description regex google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Regex","id":"176","title":"Capture.Regex"},"177":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Suffix","id":"177","title":"Capture.Suffix"},"178":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/compress/v1alpha1/compress.proto","id":"178","title":"quilkin/filters/compress/v1alpha1/compress.proto"},"179":{"body":"Field Type Label Description mode Compress.ModeValue on_read Compress.ActionValue on_write Compress.ActionValue","breadcrumbs":"Control Plane » Protobuf Reference » Compress","id":"179","title":"Compress"},"18":{"body":"Next let's configure Quilkin in proxy mode, with a static configuration that points at the UDP echo service we just started. quilkin proxy --to 127.0.0.1:8080 This configuration will start Quilkin on the default proxy port , and it will redirect all incoming UDP traffic to a single endpoint of 127.0.0.1, port 8080. You should see an output like the following: {\"timestamp\":\"2023-01-19T10:16:23.399277Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.6\n.0-dev\",\"commit\":\"72176a191ffc3a597e3834ee1d0090b30caf81d4\"},\"target\":\"quilkin::cli\",\"filename\":\"src/cli.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.399771Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"addres\ns\":\"0.0.0.0:8000\"},\"target\":\"quilkin::admin\",\"filename\":\"src/admin.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.400544Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7777,\"proxy_id\"\n:\"7e9fc464-6ccc-41fe-afc4-6c97089de9b8\"},\"target\":\"quilkin::proxy\",\"filename\":\"src/proxy.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.401192Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"qui","breadcrumbs":"Netcat » 2. Start Quilkin","id":"18","title":"2. Start Quilkin"},"180":{"body":"Field Type Label Description value Compress.Action","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ActionValue","id":"180","title":"Compress.ActionValue"},"181":{"body":"Field Type Label Description value Compress.Mode","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ModeValue","id":"181","title":"Compress.ModeValue"},"182":{"body":"Name Number Description DoNothing 0 Compress 1 Decompress 2","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Action","id":"182","title":"Compress.Action"},"183":{"body":"Name Number Description Snappy 0 Lz4 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Mode","id":"183","title":"Compress.Mode"},"184":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/concatenate/v1alpha1/concatenate.proto","id":"184","title":"quilkin/filters/concatenate/v1alpha1/concatenate.proto"},"185":{"body":"Field Type Label Description on_write Concatenate.StrategyValue on_read Concatenate.StrategyValue bytes bytes","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate","id":"185","title":"Concatenate"},"186":{"body":"Field Type Label Description value Concatenate.Strategy","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.StrategyValue","id":"186","title":"Concatenate.StrategyValue"},"187":{"body":"Name Number Description DoNothing 0 Append 1 Prepend 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.Strategy","id":"187","title":"Concatenate.Strategy"},"188":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/debug/v1alpha1/debug.proto","id":"188","title":"quilkin/filters/debug/v1alpha1/debug.proto"},"189":{"body":"Field Type Label Description id google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Debug","id":"189","title":"Debug"},"19":{"body":"In (yet 😃) another shell, let's use netcat to send an udp packet. Run the following to connect netcat to Quilkin's receiving port of 7000 via UDP (-u): nc -u 127.0.0.1 7777 Type the word \"test\" and hit enter, you should see it echoed back to you like so: nc -u 127.0.0.1 7777\ntest\ntest Feel free to send even more packets, as many as you would like 👍. Congratulations! You have successfully routed a UDP packet and back again with Quilkin! What's next? Run through the Quilkin with Agones quickstart . Have a look at some of the examples we have.","breadcrumbs":"Netcat » 3. Send a packet","id":"19","title":"3. Send a packet"},"190":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/drop/v1alpha1/drop.proto","id":"190","title":"quilkin/filters/drop/v1alpha1/drop.proto"},"191":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Drop","id":"191","title":"Drop"},"192":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/firewall/v1alpha1/firewall.proto","id":"192","title":"quilkin/filters/firewall/v1alpha1/firewall.proto"},"193":{"body":"Field Type Label Description on_read Firewall.Rule repeated on_write Firewall.Rule repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall","id":"193","title":"Firewall"},"194":{"body":"Field Type Label Description min uint32 max uint32","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.PortRange","id":"194","title":"Firewall.PortRange"},"195":{"body":"Field Type Label Description action Firewall.Action sources string repeated ports Firewall.PortRange repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Rule","id":"195","title":"Firewall.Rule"},"196":{"body":"Name Number Description Allow 0 Deny 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Action","id":"196","title":"Firewall.Action"},"197":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/load_balancer/v1alpha1/load_balancer.proto","id":"197","title":"quilkin/filters/load_balancer/v1alpha1/load_balancer.proto"},"198":{"body":"Field Type Label Description policy LoadBalancer.PolicyValue","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer","id":"198","title":"LoadBalancer"},"199":{"body":"Field Type Label Description value LoadBalancer.Policy","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.PolicyValue","id":"199","title":"LoadBalancer.PolicyValue"},"2":{"body":"Some of Quilkin's advantages: Lower development and operational costs for securing, monitoring and making reliable multiplayer game servers and their communications. Provide entry-point redundancy for your game clients to connect to - making it much harder to take down your game servers. Multiple integration patterns, allowing you to choose the level of integration that makes sense for your architecture. Remove non-game specific computation out of your game server's processing loop - and save that precious CPU for your game simulation!","breadcrumbs":"Introduction » Why use Quilkin?","id":"2","title":"Why use Quilkin?"},"20":{"body":"","breadcrumbs":"Agones + Xonotic (Sidecar) » Quickstart: Quilkin with Agones and Xonotic (Sidecar)","id":"20","title":"Quickstart: Quilkin with Agones and Xonotic (Sidecar)"},"200":{"body":"Name Number Description RoundRobin 0 Random 1 Hash 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.Policy","id":"200","title":"LoadBalancer.Policy"},"201":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto","id":"201","title":"quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto"},"202":{"body":"Field Type Label Description max_packets uint64 period google.protobuf.UInt32Value Top","breadcrumbs":"Control Plane » Protobuf Reference » LocalRateLimit","id":"202","title":"LocalRateLimit"},"203":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/match/v1alpha1/match.proto","id":"203","title":"quilkin/filters/match/v1alpha1/match.proto"},"204":{"body":"Field Type Label Description on_read Match.Config optional on_write Match.Config optional","breadcrumbs":"Control Plane » Protobuf Reference » Match","id":"204","title":"Match"},"205":{"body":"Field Type Label Description value google.protobuf.Value filter envoy.config.listener.v3.Filter","breadcrumbs":"Control Plane » Protobuf Reference » Match.Branch","id":"205","title":"Match.Branch"},"206":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue branches Match.Branch repeated fallthrough envoy.config.listener.v3.Filter Top","breadcrumbs":"Control Plane » Protobuf Reference » Match.Config","id":"206","title":"Match.Config"},"207":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/pass/v1alpha1/pass.proto","id":"207","title":"quilkin/filters/pass/v1alpha1/pass.proto"},"208":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Pass","id":"208","title":"Pass"},"209":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/token_router/v1alpha1/token_router.proto","id":"209","title":"quilkin/filters/token_router/v1alpha1/token_router.proto"},"21":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides.","breadcrumbs":"Agones + Xonotic (Sidecar) » Requirements","id":"21","title":"Requirements"},"210":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » TokenRouter","id":"210","title":"TokenRouter"},"211":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/timestamp/v1alpha1/timestamp.proto","id":"211","title":"quilkin/filters/timestamp/v1alpha1/timestamp.proto"},"212":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Timestamp","id":"212","title":"Timestamp"},"213":{"body":".proto Type Notes C++ Java Python Go C# PHP Ruby double double double float float64 double float Float float float float float float32 float float Float int32 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead. int32 int int int32 int integer Bignum or Fixnum (as required) int64 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead. int64 long int/long int64 long integer/string Bignum uint32 Uses variable-length encoding. uint32 int int/long uint32 uint integer Bignum or Fixnum (as required) uint64 Uses variable-length encoding. uint64 long int/long uint64 ulong integer/string Bignum or Fixnum (as required) sint32 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s. int32 int int int32 int integer Bignum or Fixnum (as required) sint64 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s. int64 long int/long int64 long integer/string Bignum fixed32 Always four bytes. More efficient than uint32 if values are often greater than 2^28. uint32 int int uint32 uint integer Bignum or Fixnum (as required) fixed64 Always eight bytes. More efficient than uint64 if values are often greater than 2^56. uint64 long int/long uint64 ulong integer/string Bignum sfixed32 Always four bytes. int32 int int int32 int integer Bignum or Fixnum (as required) sfixed64 Always eight bytes. int64 long int/long int64 long integer/string Bignum bool bool boolean boolean bool bool boolean TrueClass/FalseClass string A string must always contain UTF-8 encoded or 7-bit ASCII text. string String str/unicode string string string String (UTF-8) bytes May contain any arbitrary sequence of bytes. string ByteString str []byte ByteString string String (ASCII-8BIT)","breadcrumbs":"Control Plane » Protobuf Reference » Scalar Value Types","id":"213","title":"Scalar Value Types"},"214":{"body":"services ports Protocol ADS 7800 gRPC(IPv4 OR IPv6) CPDS 7900 gRPC(IPv4 OR IPv6) Note: This service is currently in active experimentation and development so there may be bugs which cause it to be unusable for production, as always all bug reports are welcome and appreciated. For multi-cluster integration, Quilkin provides a relay service, that can be used with a multiple control plane services in different clusters to provide a unified \"Aggregated Discovery Service\" endpoint for proxy services. To connect to a control plane to a relay, add the --relay flag to your control plane with the address of the relay. Then to connect a proxy service to the relay's ADS endpoint, you use the same --management-server argument for connecting to control planes. To view all options for the relay subcommand, run: $ quilkin relay --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin relay [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -m, --mds-port Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] -x, --xds-port Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -h, --help Print help Each sub-control planes (file, agones, etc) matches the quilkin manage providers capabilities. Have a look at each of the Control Plane > Providers documentation for integration details.","breadcrumbs":"Relay » Control Plane Relay","id":"214","title":"Control Plane Relay"},"215":{"body":"To get started with the relay service we need to start the relay service, and then setup our configuration source. For this we're going to the built-in relay client in the control plane service to forward information to the relay. For this demo we'll use the file provider for the control plane, but this example works with any configuration provider. # quilkin.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:8888 To start the relay, run the relay command: quilkin relay To spawn the control plane and have the control plane send its configuration, we need to run the manage command with the --relay flag with the address of the relay of the relay server we just spawned which is at port 7900 by default. We're also going to set --admin-address and --port flags to avoid port collision with the relay's admin and xds endpoints. quilkin --admin-address http://localhost:8001 \\ manage \\ --port 7801 \\ --relay http://localhost:7900 \\ file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Control Plane\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config Since the relay service also exposes a aDS control plane endpoint, that represents the merged set of all sources, to connect this to the proxy all we have to do is use the same --management-server flag that we use to specify the location of control planes, then the proxies will be able to pull configuration from the relay. quilkin --admin-address http://localhost:8002 proxy --management-server http://127.0.0.1:7800 We can also additionally add a second control plane source to the relay, which will be merged with our control plane's configuration to create a singular set of data that the proxies can query using xDS discovery requests. # quilkin2.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:9999 quilkin --admin-address http://localhost:8003 \\ manage \\ --port 7802 \\ --relay http://localhost:7900 \\ file quilkin.yaml And that's it! We've just setup control planes to look for configuration changes in our system, a relay to merge any changes into a unified dataset, and set up proxies that make use of that data to decide where and how to send packets.","breadcrumbs":"Relay » Quickstart","id":"215","title":"Quickstart"},"216":{"body":"services ports Protocol QCMP 7600 UDP(IPv4 OR IPv6) For multi-cluster integration, Quilkin provides a agent service, that can be deployed to a cluster to act as a beacon for QCMP pings and forward cluster configuration information to a relay service. Agent configuration sources matches that of the Management Server , such as Filesystem and Agones . To view all options for the agent subcommand, run: $ quilkin agent --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin agent [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -q, --qcmp-port Port for QCMP service [env: QCMP_PORT=] [default: 7600] -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [possible values: v4, v6, any] -i, --icao-code The ICAO code for the agent [env: ICAO_CODE=] [default: XXXX] -h, --help Print help","breadcrumbs":"Relay » Agents » Quilkin Agent","id":"216","title":"Quilkin Agent"},"217":{"body":"The simplest version of the agent service is just running quilkin agent, this will setup just the QCMP service allowing the agent to be pinged for measuring round-time-trips (RTT). quilkin agent To run an agent with the relay (see relay quickstart for more information), you just need to specify the relay endpoint with the --relay flag and provide a configuration discovery provider such as a configuration file or Agones. quilkin --admin-adress http://localhost:8001 agent --relay http://localhost:7900 file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Agent\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config","breadcrumbs":"Relay » Agents » Quickstart","id":"217","title":"Quickstart"},"218":{"body":"This is an unreal engine 5 plugin for Quilkin, a UDP proxy for gameservers. The plugin provides several features that you can use with Quilkin deployments, such as proxying game traffic, and latency measurement. You can also find guide level documentation on how the proxy works in the Quilkin Book .","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"218","title":"Quilkin Unreal Engine Plugin"},"219":{"body":"Copy this plugin to your Plugins folder in your Engine directory.","breadcrumbs":"Unreal Engine » Installation","id":"219","title":"Installation"},"22":{"body":"In this step, we're going to set up a Xonotic dedicated game server, with Quilkin running as a sidecar , which will give us access to all the metrics that Quilkin provides. kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml This applies two resources to your cluster: A Kubernetes ConfigMap with a basic Quilkin static configuration. An Agones Fleet specification with Quilkin running as a sidecar to Xonotic, such that it can process all the UDP traffic and pass it to the Xonotic dedicated game server. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-htc2x-84mzm Ready 34.94.107.201 7533 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-htc2x-sdp4k Ready 34.94.107.201 7599 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 1. Agones Fleet with Quilkin","id":"22","title":"1. Agones Fleet with Quilkin"},"220":{"body":"Static configuration is available in the editor through UQuilkinDeveloperSettings in \"Project Settings\". Dynamic configuration is available through UQuilkinConfigSubsystem, it is initialised from the settings provided in UQuilkinDeveloperSettings, but can also be updated in code, and users can bind individual properties to delegates allowing them to dynamically set based on custom logic. bool Enabled Whether the plugin will attach a versioned routing token to UDP packets to allow load balancers forward traffic to the correct gameserver. This also requires the address the clients connect to be a Quilkin load balancer, if connected directly to a gameserver the client will be rejected. bool EnabledInPie By default Enabled is disabled in editor to prevent interfering with local clients and gameservers, you can override this behaviour by also enabling EnabledInPie. TArray RoutingToken The routing token representing the gameserver a client wants to reach, the token must be 16 bytes exactly. Currently the plugin only supports using Enabled with a routing token to create the following layout. It is assumed that the routing token would come from an external service, such as a matchmaking system. | token | version X bytes | 16 bytes | 1 byte TArray Endpoints A set of Quilkin load balancer endpoints that can be used for the following features. bool MeasureEndpoints When enabled, the plugin will start a new Tick task that executes at a fixed interval (currently 30 seconds), where it will spawn a new background task that will ping each endpoint in Endpoints, and track its measurement in a fixed size circular buffer. Pings are handled through Quilkin Control Message Protocol, this is a bespoke protocol for UDP to be able to support situations where for example using ICMP is not possible, see the Quilkin Book for more details on the protocol data unit. Note MeasureEndpoints is orthogonal to Enabled and UseEndpoints meaning that you can use MeasureEndpoints for latency measurements without being required to also use Quilkin for game traffic. bool UseEndpoints Whether to use Endpoints for game traffic. When enabled, instead of using the provided FInternetAddr, the plugin will choose the lowest latency endpoint available and send traffic through that endpoint to connect to the gameserver, and if the latency should exceed JitterThreshold then the plugin will attempt to redirect traffic to the next available endpoint with the lowest latency.","breadcrumbs":"Unreal Engine » Configuration","id":"220","title":"Configuration"},"221":{"body":"Quilkin exposes a number of delegates to be able to access certain information, they can be accessed through the FQuilkinDelegates class. GetQuilkinEndpointMeasurements returns TArray representing each endpoint set in Endpoints with their median latency. The array will be empty if no endpoints have been set and MeasureEndpoints is not enabled. GetLowestLatencyEndpoint returns TOptional is a specialisation of GetQuilkinEndpointMeasurements returning the lowest latency endpoint and its median latency. The delegate will return None if the array is empty and MeasureEndpoints is not enabled.","breadcrumbs":"Unreal Engine » Delegates","id":"221","title":"Delegates"},"222":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"222","title":"Administration"},"223":{"body":"By default, Quilkin will log INFO level events, you can change this by setting the RUST_LOG environment variable. See log documentation for more advanced usage. If you are debugging Quilkin set the RUST_LOG environment variable to quilkin=trace, to filter trace level logging to only Quilkin components. Verbose logging in Quilkin will affect performance considerably, so we recommend only turning it on for debugging purposes.","breadcrumbs":"Administration » Logging","id":"223","title":"Logging"},"224":{"body":"Quilkin exposes an HTTP interface to query different aspects of the server. It is assumed that the administration interface will only ever be able to be accessible on localhost. By default, the administration interface is bound to [::]:8000, but it can be configured with the --admin-address CLI flag or the QUILKIN_ADMIN_ADDRESS environment.","breadcrumbs":"Administration » HTTP API","id":"224","title":"HTTP API"},"225":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"225","title":"Endpoints"},"226":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Liveness is defined as \"hasn't panicked\", as long as the process has not panicked quilkin is considered live.","breadcrumbs":"Administration » /live","id":"226","title":"/live"},"227":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Readiness is service and provider specific, so based on what you're running there will be different criteria for a service to be considered ready. Here's a list of the criteria for each service an provider. Service Readiness Proxy Management server is connected (or always true if config is static) OR if there is more than one endpoint configured Manage Provider is ready Relay Provider is ready Agent Provider is ready AND connected to relay Provider Readiness Agones The service is connected to kube-api File The service has found and watches the file When setting thresholds for your proxy probes, you generally want to set a low check period (e.g. periodSeconds=1) and a low success threshold (e.g. successThreshold=1), but a high failureThreshold (e.g. failureThreshold=60) and terminationGracePeriodSeconds to allow for backoff attempts and existing player sessions to continue without disruption. Proxy Mode Will return an HTTP status of 200 when there is at least one endpoint to send data to. This is primarily to ensure that new proxies that have yet to get configuration information from an xDS server aren't send data until they are fully populated. xDS Provider Mode Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /ready","id":"227","title":"/ready"},"228":{"body":"Outputs Prometheus formatted metrics for this instance. See the Proxy Metrics documentation for what proxy metrics are available. See the xDS Metrics documentation for what xDS metrics are available. Heap Allocation Metrics Quilkin exposes the following metrics on heap allocations, which are useful for performance observability: quilkin_allocation_bytes_total (Counter) The total number of allocated bytes. quilkin_allocation_total (Counter) The total number of allocations. quilkin_extant_allocation_size (Gauge) The current total of extant allocation bytes. quilkin_extant_allocation_count (Gauge) The current number of extant allocations\"","breadcrumbs":"Administration » /metrics","id":"228","title":"/metrics"},"229":{"body":"This provides a endpoint to profile Quilkin's performance. You can use with any system which supports pprof output such as Pyroscope . This requires setting up a writable /tmp directory in the Quilkin container. E.g. apiVersion: apps/v1\nkind: Deployment\nspec: template: spec: containers: - name: quilkin # ...Other container configuration... volumeMounts: - mountPath: /tmp name: tmp subPath: tmp volumes: - name: tmp emptyDir: medium: Memory sizeLimit: 64Mi","breadcrumbs":"Administration » /debug/pprof/profile","id":"229","title":"/debug/pprof/profile"},"23":{"body":"Usually with Agones you would Allocate a GameServer, but we'll skip this step for this example. Choose one of the listed GameServers from the previous step, and connect to the IP and port of the Xonotic server via the \"Multiplayer > Address\" field in the Xonotic client in the format of {IP}:{PORT}. xonotic-address.png You should now be playing a game of Xonotic against 4 bots!","breadcrumbs":"Agones + Xonotic (Sidecar) » 2. Play Xonotic!","id":"23","title":"2. Play Xonotic!"},"230":{"body":"Returns a JSON representation of the cluster and filterchain configuration that the instance is running with at the time of invocation.","breadcrumbs":"Administration » /config","id":"230","title":"/config"},"231":{"body":"The Quilkin proxy can be integrated with your dedicated game servers in several ways, each providing different capabilities and complexity tradeoffs. Below captures several of the most useful and prevalent architectural patterns to give you inspiration on how you can use Quilkin in your multiplayer game networking architecture. These examples as well many others are available on Github repository.","breadcrumbs":"Architecture Examples » Quilkin Integration Examples","id":"231","title":"Quilkin Integration Examples"},"232":{"body":"| | Internet | | |\n┌─────────┐ | ┌────────────────┐ ┌────────────────┐\n│ Game │ | │ Quilkin │ │ Dedicated │\n│ Client ◄──────────────────► (Server Proxy) │ │ Game Server │\n└─────────┘ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | ┌────────────────┐ ┌────────────────┐ | │ Quilkin │ │ Dedicated │ | │ (Server Proxy) │ │ Game Server │ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | | This is the simplest integration and configuration option with Quilkin, but does provide the smallest number of possible feature implementations and ability to provide redundancy. That being said, this is a low risk way to integrate Quilkin, and take advantage of the out-of-the-box telemetry and metric information that comes with Quilkin. In this example, the Server proxy is running alongside the dedicated game server - on the same public IP/machine/container. This is often referred to as a sidecar pattern. Communication between the Server Proxy and the Dedicated Game Server occurs over the localhost network, with a separate port for each Game Client connection. Clients connect to the Server Proxy's public port/IP combination, and the Server Proxy routes all traffic directly to the dedicated game server. The Server Proxy can still use filters such as rate limiting, compression, firewall rules, etc as long as the Game Client conforms to the standard protocols utilised by those filters as appropriate.","breadcrumbs":"Architecture Examples » Server Proxy as a Sidecar","id":"232","title":"Server Proxy as a Sidecar"},"233":{"body":"| | Internet | | |\n┌─────────┐ ┌────────────────┐ | ┌────────────────┐ ┌────────────────┐\n│ Game │ │ Quilkin │ | │ Quilkin │ │ Dedicated │\n│ Client ◄────► (Client Proxy) ◄────────────► (Server Proxy) │ │ Game Server │\n└─────────┘ └────────────────┘ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | ┌────────────────┐ ┌────────────────┐ | │ Quilkin │ │ Dedicated │ | │ (Server Proxy) │ │ Game Server │ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | | This example is the same as the above, but puts a Client Proxy between the Game Client, and the Server Proxy to take advantage of Client Proxy functionality. The Client Proxy may be integrated as a standalone binary, directly into the client with communication occurring over a localhost port or it may be possible utlise one of our client SDKs such as Unreal Engine . The Client Proxy can now utilise filters, such as compression, without having to change the Game Client. The Game Client will need to communicate to the Client Proxy what IP it should connect to when the Client is match-made with a Game Server.","breadcrumbs":"Architecture Examples » Client Proxy to Sidecar Server Proxy","id":"233","title":"Client Proxy to Sidecar Server Proxy"},"234":{"body":"| | | | Internet Private | Network | ┌────────────────┐ | ┌────────────────┐ | │ Quilkin │ | │ Dedicated │ | ┌──► (Server Proxy) ◄──────────┬───► Game Server │\n┌─────────┐ ┌────────────────┐ | │ │ │ | │ │ │\n│ Game │ │ Quilkin ◄───────┤ └────────────────┘ | │ └────────────────┘\n│ Client ◄──────► (Client Proxy) │ | │ | │\n└─────────┘ └────────────────┘ | │ ┌────────────────┐ | │ ┌────────────────┐ | │ │ Quilkin │ | │ │ Dedicated │ | └──► (Server Proxy) ◄──────────┘ │ Game Server │ | │ │ | │ │ | └────────────────┘ | └────────────────┘ | | | ┌────────────────┐ | ┌────────────────┐ | │ Quilkin │ | │ Dedicated │ | │ (Server Proxy) │ | │ Game Server │ | │ │ | │ │ | └────────────────┘ | └────────────────┘ | ▲ | ▲ │ │ │ ┌───────────┴────┐ │ │ xDS │ └──────────────┤ Control Plane │ └────────────────┘ This is the most complex configuration, but enables the most reuse of Quilkin's functionality, while also providing the most redundancy and security for your dedicated game servers. The Game client sends and receives packets from the Quilkin client proxy. The Client Proxy may be integrated as a standalone binary, with communication occurring over a localhost port, or it could be integrated directly with the game client as a library, or the client could utilise one of our [client SDKs] if Rust integration is not possible. The Client Proxy can utilise the full set of filters, such as concatenation (for routing), compression or load balancing, without having to change the Game Client. A hosted set of Quilkin Server proxies that have public IP addresses, are connected to an xDS Control Plane to coordinate routing and access control to the dedicated game servers, which are on private IP addresses. The Client Proxy is made aware of one or more Server proxies to connect to, possibly via their Game Client matchmaker or another service, with an authentication token to pass to the Server proxies, such that the UDP packets can be routed correctly to the dedicated game server they should connect to. Dedicated game servers receive traffic as per normal from the Server Proxies, and send data back to the proxies directly. If the dedicated game server always expects traffic from only a single ip/port combination for client connection, then traffic will always need to be sent through a single Server Proxy. Otherwise, UDP packets can be load balanced via the Client Proxy to multiple Server Proxies for even greater redundancy.","breadcrumbs":"Architecture Examples » Client Proxy to Separate Server Proxies Pools","id":"234","title":"Client Proxy to Separate Server Proxies Pools"},"235":{"body":"Have a look at the Administration API . Review the set of filters that are available. Diagrams powered by asciiflow.com","breadcrumbs":"Architecture Examples » What Next?","id":"235","title":"What Next?"},"236":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"236","title":"Third Party Videos and Presentations"},"237":{"body":"(Does not require GDCVault access to watch) Previous talks have looked at two open source projects: Agones, the platform for orchestrating and scaling dedicated multiplayer game servers on top of Kubernetes, and Quilkin, an extensible UDP proxy specifically built for protecting, observing and authenticating game server communications. On the surface this seems like a very powerful combination, but manually integrating the two can be a tricky and intimidating process. You need to know and understand the Kubernetes API and its client libraries, and then tie it into Quilkin's xDS compliant API implementation all through some custom code - which is a large and complex amount of work (and a lot of acronyms). In this talk, Mark Mandel, Developer Advocate at Google Cloud, will look at how anyone can utilize Quilkin's native Agones integration to provide a turnkey solution for proxying UDP traffic to game servers providing an extra layer of protection and observability when orchestrating game servers on top of Kubernetes.","breadcrumbs":"Videos and Presentations » GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes","id":"237","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"24":{"body":"Let's take a look at some metrics that Quilkin outputs. Grab the name of the GameServer you connected to before, and replace the ${gameserver} value below, and run the command. This will forward the admin interface to localhost. kubectl port-forward ${gameserver} 8000 Then open a browser to http://localhost:8000/metrics to see the Prometheus metrics that Quilkin exports.","breadcrumbs":"Agones + Xonotic (Sidecar) » 3. Check out the metrics","id":"24","title":"3. Check out the metrics"},"25":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 5. Cleanup","id":"25","title":"5. Cleanup"},"26":{"body":"Let's take this one step further and compress the data between the Xonotic client and the server, without having to change either of them! Let's create a new Xonotic Fleet on our Agones cluster, but this time configured such that Quilkin will decompress packets that are incoming. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml This will implement the Compress filter in our Quilkin sidecar proxy in our new Fleet. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-compress-htc2x-84mzm Ready 34.94.107.201 7534 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-compress-htc2x-sdp4k Ready 34.94.107.201 7592 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 6. Agones Fleet, but with Compression","id":"26","title":"6. Agones Fleet, but with Compression"},"27":{"body":"What we will do in this step, is run Quilkin locally as a client-side proxy to compress the UDP data before it is sent up to our Xonotic servers that are expecting compressed data. First, grab a copy of the Quilkin configuration client-compress.yaml locally. This has the Compress filter already configured, but we need to fill in the address to connect to. Rather than editing a file, this could also be sent through the xDS API , but it is easier to demonstrate this functionality through a static configuration. Instead of connecting Xonotic directly, take the IP and port from one of the Agones hosted GameServer records, and replace the ${GAMESERVER_IP} and ${GAMESERVER_PORT} values in your copy of client-compress.yaml. Run this configuration locally as: quilkin -c ./client-compress.yaml proxy Now we can connect to the local client proxy on \"127.0.0.1:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of compressing the data for you without having to change the game client! Congratulations! You are now using Quilkin to manipulate the game client to server connection, without having to edit either!","breadcrumbs":"Agones + Xonotic (Sidecar) » 4. Play Xonotic, through Quilkin","id":"27","title":"4. Play Xonotic, through Quilkin"},"28":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 7. Cleanup","id":"28","title":"7. Cleanup"},"29":{"body":"Have a look at the examples folder for configuration and usage examples.","breadcrumbs":"Agones + Xonotic (Sidecar) » What's Next?","id":"29","title":"What's Next?"},"3":{"body":"Quilkin incorporates these abilities: Non-transparent proxying of UDP data, the internal state of your game architecture is not visible to bad actors. Out of the box metrics for UDP packet information. Composable tools for access control and security. Able to be utilised as a standalone binary, with no client/server changes required or as a Rust library depending on how deep an integration you wish for your system. Integration with Game Server hosting platforms such as Agones . Can be integrated with C/C++ code bases via FFI.","breadcrumbs":"Introduction » Major Features","id":"3","title":"Major Features"},"30":{"body":"","breadcrumbs":"Agones + Xonotic (xDS) » Quickstart: Quilkin with Agones and Xonotic (xDS)","id":"30","title":"Quickstart: Quilkin with Agones and Xonotic (xDS)"},"31":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (xDS) » Requirements","id":"31","title":"Requirements"},"32":{"body":"In this quickstart, we'll be setting up an example Xonotic Agones Fleet, that will only be accessible through Quilkin that is hosted within the same cluster, utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Agones xDS Provider to provide an out-of-the-box control plane for integration between Agones and Quilkin's xDS configuration API with minimal effort.","breadcrumbs":"Agones + Xonotic (xDS) » 1. Overview","id":"32","title":"1. Overview"},"33":{"body":"To install Quilkin as an Agones integrated xDS control plane, we can create a deployment of Quilkin running as quilkin manage agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/xds-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin manage agones process to inspect Agones resources. A matching Deployment that runs the quilkin manage process xDS control plane and a Service that the Quilkin proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 76s We can now run kubectl get service quilkin-manage-agones and see the service that is generated in front of the above Deployment for our Quilkin proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-manage-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-manage-agones ClusterIP 10.104.2.72 80/TCP 1m23s","breadcrumbs":"Agones + Xonotic (xDS) » 2. Install Quilkin Agones xDS Provider","id":"33","title":"2. Install Quilkin Agones xDS Provider"},"34":{"body":"To install the Quilkin Proxy pool which connects to the above xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-manage-agones:80 all connected to the quilkin-manage-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 5m7s\nquilkin-proxies-78965c446d-dqvjg 1/1 Running 0 6s\nquilkin-proxies-78965c446d-fr6zs 1/1 Running 0 6s\nquilkin-proxies-78965c446d-m4rr7 1/1 Running 0 6s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin manage agones instance. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin manage agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the xds-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (xDS) » 3. Install Quilkin Proxy Pool","id":"34","title":"3. Install Quilkin Proxy Pool"},"35":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Ready 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 34s","breadcrumbs":"Agones + Xonotic (xDS) » 4. Create the Agones Fleet","id":"35","title":"4. Create the Agones Fleet"},"36":{"body":"To let the Quilkin xDS provider know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Allocated 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 23m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: $ kubectl describe gameserver xonotic-d7rfx-55j7q\nName: xonotic-d7rfx-55j7q\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-h5cfn\nAnnotations: agones.dev/last-allocated: 2022-12-19T22:59:22.099818298Z agones.dev/ready-container-id: containerd://7b3d9e9dbda6f2e0381df7669f6117bf3e54171469cfacbce2670605a61ce4b8 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"34.168.170.51:7226\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The xDS process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set the routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (xDS) » 5. Allocate a GameServer","id":"36","title":"5. Allocate a GameServer"},"37":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (xDS) » Connecting Client Side","id":"37","title":"Connecting Client Side"},"38":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (xDS) » What's Next?","id":"38","title":"What's Next?"},"39":{"body":"","breadcrumbs":"Agones + Xonotic (Relay) » Quickstart: Quilkin with Agones and Xonotic (Relay)","id":"39","title":"Quickstart: Quilkin with Agones and Xonotic (Relay)"},"4":{"body":"Quilkin provides a variety of different services depending on your use-case. The primary service is proxy , which runs a reverse UDP proxy. To see a basic usage of the command-line interface run through the netcat with Quilkin quickstart . For more advanced usage, you might also be interested in: Checking out the installation guide Having a look at the example projects for basic configuration examples. Checking out the example deployment architecture for deploying quilkin for your game network. $ quilkin --help\nThe Command-Line Interface for Quilkin Usage: quilkin [OPTIONS] Commands: agent Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services generate-config-schema Generates JSON schema files for known filters manage Runs Quilkin as a xDS management server, using `provider` as a configuration source qcmp proxy Run Quilkin as a UDP reverse proxy relay Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services help Print this message or the help of the given subcommand(s) Options: --no-admin Whether to spawn the admin server or not [env: NO_ADMIN=] -c, --config The path to the configuration file for the Quilkin instance [env: QUILKIN_CONFIG=] [default: quilkin.yaml] --admin-address The port to bind for the admin server [env: QUILKIN_ADMIN_ADDRESS=] -q, --quiet Whether Quilkin will report any results to stdout/stderr [env: QUIET=] --log-format [default: auto] [possible values: auto, json, plain, pretty] -h, --help Print help -V, --version Print version","breadcrumbs":"Introduction » What Next?","id":"4","title":"What Next?"},"40":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (Relay) » Requirements","id":"40","title":"Requirements"},"41":{"body":"In this quickstart, we'll be setting up an example multi-cluster Xonotic Agones Fleet, that will only be accessible through Quilkin, via utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Relay to provide an out-of-the-box multi-cluster xDS control plane, and the Agones Agent to send information from the cluster(s) to the relay, which can be used as a management server for each of the Quilkin Proxy instances. While the application of quilkin relay is to ultimately provide a solution where multiple clusters feed configuration information into a single relay endpoint via a quilkin agent, in this example we'll use a single cluster for demonstrative purposes.","breadcrumbs":"Agones + Xonotic (Relay) » 1. Overview","id":"41","title":"1. Overview"},"42":{"body":"To install Quilkin as an Agones integrated relay control plane, we can create a deployment of Quilkin running as quilkin relay with a corresponding Agones agent, quilkin agent agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/relay-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin agent agones process to inspect Agones resources. A Deployment that runs the quilkin relay process, a matching Deployment for the quilkin agent process and a Service that the Quilkin agents can send configuration information to, and the Proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-qh7cq 1/1 Running 0 6s\nquilkin-relay-agones-55fbd69f5d-cdh9k 1/1 Running 0 6s We can now run kubectl get service quilkin-relay-agones and see the service that is generated in front of the above Quilkin Relay Deployment for our Quilkin Proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-relay-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-relay-agones ClusterIP 10.103.243.246 7800/TCP,7900/TCP 57s","breadcrumbs":"Agones + Xonotic (Relay) » 2. Install Quilkin Relay and Agones Agent","id":"42","title":"2. Install Quilkin Relay and Agones Agent"},"43":{"body":"To install the Quilkin Proxy pool which connects to the above Relay xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-relay-agones:7900 all of which are connected to the quilkin-relay-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods NAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-5brzf 1/1 Running 0 18s\nquilkin-proxies-7d9bbbccdf-5mz4l 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-9vd59 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-vwn2f 1/1 Running 0 7s\nquilkin-relay-agones-55fbd69f5d-k2n7b 1/1 Running 0 18s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin agent agones instance and passed through the quilkin relay instance into each of the proxies. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin agent agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the relay-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (Relay) » 3. Install Quilkin Proxy Pool","id":"43","title":"3. Install Quilkin Proxy Pool"},"44":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Ready 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 1m","breadcrumbs":"Agones + Xonotic (Relay) » 4. Create the Agones Fleet","id":"44","title":"4. Create the Agones Fleet"},"45":{"body":"To let the Quilkin Agones Agent know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Allocated 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 17m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: ❯ kubectl describe gs xonotic-8ns7b-2lk5d\nName: xonotic-8ns7b-2lk5d\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-8ns7b\nAnnotations: agones.dev/last-allocated: 2023-10-04T19:47:04.047026419Z agones.dev/ready-container-id: containerd://b39d30965becdbc40336fd9aa642fe776421553615f642dd599e1b0d88c505b6 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"39.168.219.72:7015\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The Agones agent process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (Relay) » 5. Allocate a GameServer","id":"45","title":"5. Allocate a GameServer"},"46":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (Relay) » Connecting Client Side","id":"46","title":"Connecting Client Side"},"47":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (Relay) » What's Next?","id":"47","title":"What's Next?"},"48":{"body":"Services Ports Protocol Proxy 7777 UDP (IPv4 OR IPv6) QCMP 7600 UDP (IPv4 OR IPv6) \"Proxy\" is the primary Quilkin service, which acts as a non-transparent UDP proxy. To view all the options for the proxy subcommand, run: $ quilkin proxy --help\nRun Quilkin as a UDP reverse proxy Usage: quilkin proxy [OPTIONS] Options: -m, --management-server One or more `quilkin manage` endpoints to listen to for config changes [env: QUILKIN_MANAGEMENT_SERVER=] --mmdb The remote URL or local file path to retrieve the Maxmind database [env: MMDB=] -p, --port The port to listen on [env: QUILKIN_PORT=] [default: 7777] -q, --qcmp-port The port to listen on [env: QUILKIN_QCMP_PORT=] [default: 7600] --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] --to-tokens Assigns dynamic tokens to each address in the `--to` argument Format is `:` [env: QUILKIN_DEST_TOKENS=] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -w, --workers Number of worker threads used to process packets. If not specified defaults to number of cpus [env: QUILKIN_WORKERS=] -h, --help Print help (see a summary with '-h')","breadcrumbs":"Proxy » Proxy","id":"48","title":"Proxy"},"49":{"body":"An Endpoint represents an address that Quilkin forwards packets to that it has received from the source port. It is represented by an IP address and port. An Endpoint can optionally be associated with an arbitrary set of metadata as well.","breadcrumbs":"Proxy » Endpoints","id":"49","title":"Endpoints"},"5":{"body":"There are variety of automated and manual methods for installing Quilkin onto your system. For cloud deployments Quilkin provides a container image to make it easily to immediately start using it. You can also install Quilkin on your local machine through Cargo .","breadcrumbs":"Installation » Installation","id":"5","title":"Installation"},"50":{"body":"Filters are the way for a Quilkin proxy to intercept UDP packet traffic from the source and Endpoints in either direction, and be able to inspect, manipulate, and route the packets as desired. See Filters for a deeper dive into Filters, as well as the list of build in Filters that come with Quilkin.","breadcrumbs":"Proxy » Proxy Filters","id":"50","title":"Proxy Filters"},"51":{"body":"Endpoint metadata is an arbitrary set of key value pairs that are associated with an Endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. Metadata associated with an endpoint contain arbitrary key value pairs which Filters can consult when processing packets (e.g they can contain information that determine whether or not to route a particular packet to an endpoint).","breadcrumbs":"Proxy » Endpoint Metadata","id":"51","title":"Endpoint Metadata"},"52":{"body":"Access tokens that can be associated with an endpoint are simply a special piece of metadata well known to Quilkin and utilised by the built-in TokenRouter filter to route packets. Such well known values are placed within an object in the endpoint metadata, under the special key quilkin.dev. Currently, only the tokens key is in use. As an example, the following shows the configuration for an endpoint with its metadata: clusters: - endpoints: - address: 127.0.0.1:26000 metadata: canary: false quilkin.dev: # This object is extracted by Quilkin and is usually reserved for built-in features tokens: - MXg3aWp5Ng== # base64 for 1x7ijy6 - OGdqM3YyaQ== # base64 for 8gj3v2i An endpoint's metadata can be specified alongside the endpoint in static configuration or using the xDS endpoint metadata field when using dynamic configuration via xDS.","breadcrumbs":"Proxy » Specialist Endpoint Metadata","id":"52","title":"Specialist Endpoint Metadata"},"53":{"body":"A session represents ongoing communication flow between a client on a [Local Port] and an Endpoint . Quilkin uses the \"Session\" concept to track traffic flowing through the proxy between any client-server pair. A Session serves the same purpose, and can be thought of as a lightweight version of a TCP session in that, while a TCP session requires a protocol to establish and teardown: A Quilkin session is automatically created upon receiving the first packet from a client via the [Local Port] to be sent to an upstream Endpoint . The session is automatically deleted after a period of inactivity (where no packet was sent between either party) - currently 60 seconds. A session is identified by the 4-tuple (client IP, client Port, server IP, server Port) where the client is the downstream endpoint which initiated the communication with Quilkin and the server is one of the upstream Endpoints that Quilkin proxies traffic to. Sessions are established after the filter chain completes. The destination Endpoint of a packet is determined by the filter chain , so a Session can only be created after filter chain completion. For example, if the filter chain drops all packets, then no session will ever be created.","breadcrumbs":"Proxy » Session","id":"53","title":"Session"},"54":{"body":"While much of Quilkin's proxy configuration can be configured via its command line interface , if you have a larger or more complex configuration it might be useful to use a configuration file instead. The following is the schema and reference for Quilkin's proxy configuration file. See the examples folder for example configuration files. By default, Quilkin will look for a configuration file named quilkin.yaml in its current running directory first, then if not present, in /etc/quilkin/quilkin.yaml on UNIX systems. This can be overridden with the -c/--config command-line argument, or the QUILKIN_FILENAME environment variable.","breadcrumbs":"Proxy » Configuration File » Configuration File","id":"54","title":"Configuration File"},"55":{"body":"Example of a full configuration for quilkin proxy that utlisies a static endpoint configuration to specify two endpoints with token metadata attached to each: #\n# Example configuration for a Quilkin Proxy with static Endpoints\n# version: v1alpha1\nid: my-proxy # An identifier for the proxy instance.\nclusters: # grouping of clusters - endpoints: # array of potential endpoints to send on traffic to - address: 127.0.0.1:26000 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - MXg3aWp5Ng== # the connection byte array to route to, encoded as base64 (string value: 1x7ijy6) - OGdqM3YyaQ== # (string value: 8gj3v2i) - address: 127.0.0.1:26001 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - bmt1eTcweA== # (string value: nkuy70x) This is a great use of a static configuration file, as we only get a singular --to endpoint address via the command line arguments. We can also configure Filters via the configuration file. See that section for documentation.","breadcrumbs":"Proxy » Configuration File » Static Configuration","id":"55","title":"Static Configuration"},"56":{"body":"If you need to dynamically change either Filters and/or Endpoints at runtime, see the Control Plane documentation on the configuration API surface, and built in dynamic management providers.","breadcrumbs":"Proxy » Configuration File » Dynamic Configuration","id":"56","title":"Dynamic Configuration"},"57":{"body":"The full JSON Schema for the YAML configuration file. type: object\nproperties: version: type: string description: | The configuration file version to use. enum: - v1alpha1 id: type: string description: | An identifier for the proxy instance. default: On linux, the machine hostname is used as default. On all other platforms a UUID is generated for the proxy. port: type: integer description: | The listening port. In \"proxy\" mode, the port for traffic to be sent to. In \"manage\" mode, the port to connect to the xDS API. default: 7000 maxmind_db: type: string description: | The remote URL or local file path to retrieve the Maxmind database (requires licence). filters: type: array description: | A filter chain. items: '$ref': {} # Refer to the Filter documentation for a filter configuration schema. clusters: type: array description: | grouping of endpoints, per cluster. items: type: object properties: endpoints: type: array description: | A list of upstream endpoints to forward packets to. items: type: object description: | An upstream endpoint properties: address: type: string description: | Socket address of the endpoint. This must be of the ´IP:Port` form e.g `192.168.1.1:7001` metadata: type: object description: | Arbitrary key value pairs that is associated with the endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. required: - address","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"57","title":"Json Schema"},"58":{"body":"In most cases, we would like Quilkin to do some preprocessing of received packets before sending them off to their destination. Because this stage is entirely specific to the use case at hand and differs between Quilkin deployments, we must have a say over what tweaks to perform - this is where filters come in.","breadcrumbs":"Proxy » Filters » Packet Filters","id":"58","title":"Packet Filters"},"59":{"body":"A filter represents a step in the tweaking/decision-making process of how we would like to process our packets. For example, at some step, we might choose to append some metadata to every packet we receive before forwarding it while at a later step, choose not to forward packets that don't meet some criteria. Quilkin lets us specify any number of filters and connect them in a sequence to form a packet processing pipeline similar to a Unix pipeline - we call this pipeline a Filter chain. The combination of filters and filter chain allows us to add new functionality to fit every scenario without changing Quilkin's core. As an example, say we would like to perform the following steps in our processing pipeline to the packets we receive. Append a predetermined byte to the packet. Compress the packet. Do not forward (drop) the packet if its compressed length is over 512 bytes. We would create a filter corresponding to each step either by leveraging any existing filters that do what we want or writing one ourselves and connect them to form the following filter chain: append | compress | drop When Quilkin consults our filter chain, it feeds the received packet into append and forwards the packet it receives (if any) from drop - i.e the output of append becomes the input into compress and so on in that order. There are a few things we note here: Although we have in this example, a filter called drop, every filter in the filter chain has the same ability to drop or update a packet - if any filter drops a packet then no more work needs to be done regarding that packet so the next filter in the pipeline never has any knowledge that the dropped packet ever existed. The filter chain is consulted for every received packet, and its filters are traversed in reverse order for packets travelling in the opposite direction. A packet received downstream will be fed into append and the result from drop is forwarded upstream - a packet received upstream will be fed into drop and the result from append is forwarded downstream. Exactly one filter chain is specified and used to process all packets that flow through Quilkin.","breadcrumbs":"Proxy » Filters » Filters and Filter chain","id":"59","title":"Filters and Filter chain"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1 - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 10 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);\n# } We specify our filter chain in the .filters section of the proxy's configuration which has takes a sequence of FilterConfig objects. Each object describes all information necessary to create a single filter. The above example creates a filter chain comprising a Debug filter followed by a LocalRateLimit filter - the effect is that every packet will be logged and the proxy will not forward more than 10 packets per second. The sequence determines the filter chain order so its ordering matters - the chain starts with the filter corresponding the first filter config and ends with the filter corresponding the last filter config in the sequence.","breadcrumbs":"Proxy » Filters » Configuration Examples","id":"60","title":"Configuration Examples"},"61":{"body":"A filter within the filter chain can share data within another filter further along in the filter chain by propagating the desired data alongside the packet being processed. This enables sharing dynamic information at runtime, e.g information about the current packet that might be useful to other filters that process that packet. At packet processing time each packet is associated with filter dynamic metadata (a set of key-value pairs). Each key is a unique string while its value is an associated quilkin::metadata::Value . When a filter processes a packet, it can choose to consult the associated dynamic metadata for more information or itself add/update or remove key-values from the set. As an example, the built-in [CaptureBytes] filter is one such filter that populates a packet's filter metadata. [CaptureBytes] extracts information (a configurable byte sequence) from each packet and appends it to the packet's dynamic metadata for other filters to leverage. On the other hand, the built-in TokenRouter filter selects what endpoint to route a packet by consulting the packet's dynamic metadata for a routing token. Consequently, we can build a filter chain with a [CaptureBytes] filter preceeding a TokenRouter filter, both configured to write and read the same key in the dynamic metadata entry. The effect would be that packets are routed to upstream endpoints based on token information extracted from their contents.","breadcrumbs":"Proxy » Filters » Filter Dynamic Metadata","id":"61","title":"Filter Dynamic Metadata"},"62":{"body":"The following metadata are currently used by Quilkin core and built-in filters. Name Type Description quilkin.dev/captured Bytes The default key under which the Capture filter puts the byte slices it extracts from each packet.","breadcrumbs":"Proxy » Filters » Well Known Dynamic Metadata","id":"62","title":"Well Known Dynamic Metadata"},"63":{"body":"Quilkin includes several filters out of the box. Filter Description Capture Capture specific bytes from a packet and store them in filter dynamic metadata . Compress Compress and decompress packets data. Concatenate Add authentication tokens to packets. Debug Logs every packet. Drop Drop all packets Firewall Allowing/blocking traffic by IP and port. LoadBalancer Distributes downstream packets among upstream endpoints. LocalRateLimit Limit the frequency of packets. Match Change Filter behaviour based on dynamic metadata Pass Allow all packets through Timestamp Accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. TokenRouter Send packets to endpoints based on metadata.","breadcrumbs":"Proxy » Filters » Built-in filters","id":"63","title":"Built-in filters"},"64":{"body":"Represents configuration for a filter instance. properties: name: type: string description: | Identifies the type of filter to be created. This value is unique for every filter type - please consult the documentation for the particular filter for this value. config: type: object description: | The configuration value to be passed onto the created filter. This is passed as an object value since it is specific to the filter's type and is validated by the filter implementation. Please consult the documentation for the particular filter for its schema. required: [ 'name' ]","breadcrumbs":"Proxy » Filters » FilterConfig","id":"64","title":"FilterConfig"},"65":{"body":"The Capture filter's job is to find a series of bytes within a packet, and capture it into Filter Dynamic Metadata , so that it can be utilised by filters further down the chain. This is often used as a way of retrieving authentication tokens from a packet, and used in combination with Concatenate and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"65","title":"Capture"},"66":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"66","title":"Capture strategies"},"67":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"67","title":"Suffix"},"68":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"68","title":"Prefix"},"69":{"body":"Captures bytes using a regular expression. Unlike other capture strategies, the regular expression can return one or many values if there are multiple matches.","breadcrumbs":"Proxy » Filters » Capture » Regex","id":"69","title":"Regex"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-c5bbe8a Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"70","title":"Filter name"},"71":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Capture » Configuration Examples","id":"71","title":"Configuration Examples"},"72":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- metadata_key\n- strategy\nproperties: metadata_key: description: The key to use when storing the captured value in the filter context. If a match was found it is available under `{{metadata_key}}/is_present`. allOf: - $ref: '#/definitions/Key' strategy: description: The capture strategy. allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Key: description: A key in the metadata table. type: string Strategy: description: Strategy to apply for acquiring a set of bytes in the UDP packet oneOf: - description: Looks for the set of bytes at the beginning of the packet type: object required: - kind - size properties: kind: type: string enum: - PREFIX remove: description: Whether captured bytes are removed from the original packet. default: false type: boolean size: description: The number of bytes to capture. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - size properties: kind: type: string enum: - SUFFIX remove: description: The number of bytes to capture. default: false type: boolean size: description: Whether captured bytes are removed from the original packet. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - pattern properties: kind: type: string enum: - REGEX pattern: description: The regular expression to use for capture. type: string","breadcrumbs":"Proxy » Filters » Capture » Configuration Options ( Rust Doc )","id":"72","title":"Configuration Options ( Rust Doc )"},"73":{"body":"The Compress filter's job is to provide a variety of compression implementations for compression and subsequent decompression of UDP data when sent between systems, such as a game client and game server.","breadcrumbs":"Proxy » Filters » Compress » Compress","id":"73","title":"Compress"},"74":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"74","title":"Filter name"},"75":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); The above example shows a proxy that could be used with a typical game client, where the original client data is sent to the local listening port and then compressed when heading up to a dedicated game server, and then decompressed when traffic is returned from the dedicated game server before being handed back to game client. It is worth noting that since the Compress filter modifies the entire packet , it is worth paying special attention to the order it is placed in your Filter configuration . Most of the time it will likely be the first or last Filter configured to ensure it is compressing the entire set of data being sent.","breadcrumbs":"Proxy » Filters » Compress » Configuration Examples","id":"75","title":"Configuration Examples"},"76":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: mode: default: SNAPPY allOf: - $ref: '#/definitions/Mode' on_read: $ref: '#/definitions/Action' on_write: $ref: '#/definitions/Action'\ndefinitions: Action: description: Whether to do nothing, compress or decompress the packet. type: string enum: - DO_NOTHING - COMPRESS - DECOMPRESS Mode: description: The library to use when compressing. type: string enum: - SNAPPY - LZ4","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"76","title":"Configuration Options ( Rust Doc )"},"77":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"77","title":"Compression Modes"},"78":{"body":"Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. This compression method is provided by rust-snappy . Due to the small size of packets, this only encodes and decodes the non-streaming version of the format described here . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"78","title":"Snappy"},"79":{"body":"LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. This compression method is provided by lz4_flex . Due to the small size of packets, this only encodes and decodes the block version of the format described. If your game client/server itself is performing LZ4 de/compression it needs to encode or decode a varint of the uncompressed packet size (maximum 2^16) since that is not part of the LZ4 block format. The varint is of the same exact form as that used by snappy . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: LZ4","breadcrumbs":"Proxy » Filters » Compress » LZ4","id":"79","title":"LZ4"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin_filter_int_counter{label=\"compressed_bytes_total\"} Total number of compressed bytes either received or sent. quilkin_filter_int_counter{label=\"decompressed_bytes_total\"} Total number of decompressed bytes either received or sent.","breadcrumbs":"Proxy » Filters » Compress » Metrics","id":"80","title":"Metrics"},"81":{"body":"The Concatenate filter's job is to add a byte packet to either the beginning or end of each UDP packet that passes through. This is commonly used to provide an auth token to each packet, so they can be routed appropriately.","breadcrumbs":"Proxy » Filters » Concatenate » Concatenate","id":"81","title":"Concatenate"},"82":{"body":"quilkin.filters.concatenate.v1alpha1.Concatenate","breadcrumbs":"Proxy » Filters » Concatenate » Filter name","id":"82","title":"Filter name"},"83":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate.v1alpha1.Concatenate config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Examples","id":"83","title":"Configuration Examples"},"84":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `Concatenate` filter configuration.\ntype: object\nrequired:\n- bytes\nproperties: bytes: type: array items: type: integer format: uint8 minimum: 0.0 on_read: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Read` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy' on_write: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Write` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Strategy: type: string enum: - APPEND - PREPEND - DO_NOTHING","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Options ( Rust Doc )","id":"84","title":"Configuration Options ( Rust Doc )"},"85":{"body":"The Debug filter logs all incoming and outgoing packets to standard output. This filter is useful in debugging deployments where the packets strictly contain valid UTF-8 encoded strings. A generic error message is instead logged if conversion from bytes to UTF-8 fails.","breadcrumbs":"Proxy » Filters » Debug » Debug","id":"85","title":"Debug"},"86":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"86","title":"Filter name"},"87":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Debug » Configuration Examples","id":"87","title":"Configuration Examples"},"88":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: A Debug filter's configuration.\ntype: object\nproperties: id: description: Identifier that will be optionally included with each log message. type: - string - 'null'","breadcrumbs":"Proxy » Filters » Debug » Configuration Options ( Rust Doc )","id":"88","title":"Configuration Options ( Rust Doc )"},"89":{"body":"The Drop filter always drops any packet passed through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Drop » Drop","id":"89","title":"Drop"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"90","title":"Filter name"},"91":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Drop » Configuration Examples","id":"91","title":"Configuration Examples"},"92":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"92","title":"Configuration"},"93":{"body":"The Firewall filter's job is to allow or block traffic depending on if the incoming traffic's IP and port matches the rules set on the Firewall filter.","breadcrumbs":"Proxy » Filters » Firewall » Firewall","id":"93","title":"Firewall"},"94":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"94","title":"Filter name"},"95":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.firewall.v1alpha1.Firewall config: on_read: - action: ALLOW sources: - 192.168.51.0/24 ports: - 10 - 1000-7000 on_write: - action: DENY sources: - 192.168.51.0/24 ports: - 7000\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Firewall » Configuration Examples","id":"95","title":"Configuration Examples"},"96":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Represents how a Firewall filter is configured for read and write operations.\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: on_read: type: array items: $ref: '#/definitions/Rule' on_write: type: array items: $ref: '#/definitions/Rule'\ndefinitions: Action: description: Whether or not a matching [Rule] should Allow or Deny access oneOf: - description: Matching rules will allow packets through. type: string enum: - ALLOW - description: Matching rules will block packets. type: string enum: - DENY Cidr: description: Cidr notation for an ipv6 or ipv4 netmask type: string PortRange: description: Range of matching ports that are configured against a [Rule]. allOf: - $ref: '#/definitions/Range_of_uint16' Range_of_uint16: type: object required: - end - start properties: end: type: integer format: uint16 minimum: 0.0 start: type: integer format: uint16 minimum: 0.0 Rule: description: Combination of CIDR range, port range and action to take. type: object required: - action - ports - sources properties: action: $ref: '#/definitions/Action' ports: type: array items: $ref: '#/definitions/PortRange' sources: description: ipv4 or ipv6 CIDR address. type: array items: $ref: '#/definitions/Cidr'","breadcrumbs":"Proxy » Filters » Firewall » Configuration Options ( Rust Doc )","id":"96","title":"Configuration Options ( Rust Doc )"},"97":{"body":"The Firewall filter supports DENY and ALLOW actions for access control. When multiple DENY and ALLOW actions are used for a workload at the same time, the evaluation is processed in the order it is configured, with the first matching rule deciding if the request is allowed or denied: If a rule action is ALLOW, and it matches the request, then the entire request is allowed. If a rule action is DENY and it matches the request, then the entire request is denied. If none of the configured rules match, then the request is denied.","breadcrumbs":"Proxy » Filters » Firewall » Rule Evaluation","id":"97","title":"Rule Evaluation"},"98":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"98","title":"LoadBalancer"},"99":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"99","title":"Filter name"}},"length":238,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0}}},"8":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}},"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"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":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"7":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"6":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"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":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"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":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"237":{"tf":1.0},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"220":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"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":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"3":{"2":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"218":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"229":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"136":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"215":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"213":{"tf":1.0},"28":{"tf":1.0}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"216":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"195":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"214":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":2,"docs":{"215":{"tf":1.0},"216":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"df":42,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.7320508075688772},"154":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.6457513110645907},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"215":{"tf":2.23606797749979},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"136":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"235":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"223":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"c":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"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":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"157":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"216":{"tf":2.6457513110645907},"217":{"tf":2.6457513110645907},"227":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.6457513110645907},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":35,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":3.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":2.23606797749979},"227":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.0},"34":{"tf":2.0},"35":{"tf":2.6457513110645907},"36":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"43":{"tf":2.23606797749979},"44":{"tf":2.6457513110645907},"45":{"tf":2.449489742783178},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.1622776601683795},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"232":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"213":{"tf":2.23606797749979},"214":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":2.0},"140":{"tf":1.0},"147":{"tf":2.0},"224":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"229":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"151":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"157":{"tf":1.0},"232":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"213":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"142":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"151":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"221":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":2.0},"143":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"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":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":2.8284271247461903},"157":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"146":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"235":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"220":{"tf":1.0},"232":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"220":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"231":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"220":{"tf":1.0}}}}},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"220":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"218":{"tf":1.0},"220":{"tf":1.0}}},"l":{"df":2,"docs":{"213":{"tf":2.0},"220":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"151":{"tf":1.0},"213":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":7,"docs":{"11":{"tf":1.0},"128":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":6,"docs":{"133":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":2.0},"14":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":23,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"213":{"tf":2.6457513110645907},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"5":{"b":{"b":{"df":0,"docs":{},"e":{"8":{"a":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"214":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"160":{"tf":1.0},"174":{"tf":1.0},"231":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.6457513110645907}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0}}}}}}},"df":5,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":2.8284271247461903},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"224":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":2.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":3.7416573867739413},"234":{"tf":3.872983346207417},"237":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"237":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"22":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"147":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"146":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"160":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"127":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"185":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":2.0},"135":{"tf":2.23606797749979},"153":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"168":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":83,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":2.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"135":{"tf":2.23606797749979},"138":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772},"151":{"tf":2.6457513110645907},"152":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.0},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.449489742783178},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":2.8284271247461903},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"139":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":2.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"138":{"tf":1.0},"156":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"227":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"214":{"tf":2.6457513110645907},"215":{"tf":3.3166247903554},"217":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"219":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"220":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"142":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":2.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}},"d":{"df":4,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":23,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"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":2,"docs":{"227":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"215":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"d":{"7":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979}}}}}},"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"148":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0}},"r":{"df":2,"docs":{"139":{"tf":2.0},"140":{"tf":1.4142135623730951}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"132":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"215":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"182":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":33,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"226":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"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":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"220":{"tf":1.0},"221":{"tf":1.7320508075688772}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"215":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"157":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"229":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"147":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"145":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"145":{"tf":2.0},"151":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"219":{"tf":1.0},"229":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"216":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"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":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"187":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"191":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"135":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":19,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"143":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"134":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"234":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"155":{"tf":1.0},"213":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"152":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":63,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"221":{"tf":2.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.6457513110645907},"52":{"tf":2.6457513110645907},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"233":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"146":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.7320508075688772},"216":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"139":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":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":{"14":{"tf":1.7320508075688772},"147":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"232":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"234":{"tf":1.0}},"t":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":41,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"19":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"220":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"145":{"tf":2.0},"220":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"227":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"127":{"tf":1.0},"237":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"142":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"135":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":17,"docs":{"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":3.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"216":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"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":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"230":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":96,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"126":{"tf":2.449489742783178},"127":{"tf":2.449489742783178},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":3.1622776601683795},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"205":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.7320508075688772},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":3.605551275463989},"61":{"tf":4.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":3,"docs":{"158":{"tf":1.0},"218":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"160":{"tf":1.0},"193":{"tf":1.0},"232":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":2,"docs":{"127":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"170":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":2.0}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"136":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"219":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"130":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"14":{"tf":1.0},"227":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"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":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"234":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"137":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"139":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":2.0},"2":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":2.8284271247461903},"233":{"tf":2.6457513110645907},"234":{"tf":3.605551275463989},"237":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":21,"docs":{"139":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":3.605551275463989},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.4641016151377544},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"227":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"139":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"142":{"tf":1.0}}}}},"t":{"df":6,"docs":{"152":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"231":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"231":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"234":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"135":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"135":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"200":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"227":{"tf":1.0}}}}},"p":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0}}}},"p":{"df":8,"docs":{"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"227":{"tf":1.0}}},"df":5,"docs":{"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"df":1,"docs":{"135":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"227":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":9,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"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":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"3":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":2.449489742783178},"140":{"tf":1.0},"216":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":3.4641016151377544},"145":{"tf":1.4142135623730951},"158":{"tf":1.0},"189":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"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":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"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":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"162":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"223":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"231":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"128":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"213":{"tf":1.4142135623730951},"220":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}}}}},"v":{"df":3,"docs":{"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}}}},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":1.0},"216":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"147":{"tf":1.0},"162":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"156":{"tf":1.0},"216":{"tf":1.4142135623730951},"229":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"227":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":42,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":3.0},"156":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.0},"140":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"213":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":15,"docs":{"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"142":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"232":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"226":{"tf":2.0}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"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":5,"docs":{"102":{"tf":1.4142135623730951},"160":{"tf":1.0},"202":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"142":{"tf":1.4142135623730951},"223":{"tf":2.23606797749979},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"144":{"tf":1.0},"213":{"tf":2.8284271247461903},"226":{"tf":1.0},"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"237":{"tf":1.0}}},"w":{"df":2,"docs":{"227":{"tf":1.4142135623730951},"232":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"130":{"tf":1.0}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"183":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"151":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"130":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.0},"2":{"tf":1.7320508075688772},"215":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":3.1622776601683795},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"149":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"231":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"237":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"146":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"205":{"tf":1.0},"206":{"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":3,"docs":{"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":28,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"139":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"202":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"214":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"229":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":28,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"129":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"128":{"tf":1.4142135623730951},"162":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.7320508075688772},"145":{"tf":2.449489742783178},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.8284271247461903},"232":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"134":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":12,"docs":{"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"227":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"19":{"tf":1.0},"213":{"tf":2.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"g":{"3":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"5":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"=":{",":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":62,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"153":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"138":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":7,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"221":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":23,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":3.1622776601683795},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":2.0},"221":{"tf":1.0},"228":{"tf":1.7320508075688772},"232":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"228":{"tf":1.0},"237":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":22,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"136":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":25,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"146":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"232":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":14,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"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":{"138":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"145":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}},"t":{"df":5,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"111":{"tf":1.7320508075688772},"130":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"146":{"tf":1.0},"158":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"234":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.23606797749979},"162":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"152":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"213":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":2.0},"139":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"215":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":11,"docs":{"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"214":{"tf":2.6457513110645907},"215":{"tf":3.1622776601683795},"217":{"tf":1.0},"234":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"227":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"220":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"227":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"232":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"146":{"tf":2.0},"154":{"tf":2.23606797749979},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"235":{"tf":1.0},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"174":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"187":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"236":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0},"4":{"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":2,"docs":{"228":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"220":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"(":{"&":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":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":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"237":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"133":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"131":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0}}}}},"c":{"df":1,"docs":{"135":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":12,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"232":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":4,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"213":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":58,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":3.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.449489742783178},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":2.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.8284271247461903},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":3.1622776601683795},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":3.7416573867739413},"152":{"tf":3.4641016151377544},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.6457513110645907},"233":{"tf":3.3166247903554},"234":{"tf":4.242640687119285},"237":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.605551275463989},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":2.8284271247461903},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"75":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"232":{"tf":1.0},"60":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"234":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"215":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"136":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}},"t":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"140":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"215":{"tf":1.0},"224":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"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":10,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":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":{"1":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"229":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"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":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"178":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"184":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"190":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"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":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"201":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"209":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"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":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{"]":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"y":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"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":{"153":{"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":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"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":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"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":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"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":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.0},"154":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.0},"216":{"tf":2.449489742783178},"217":{"tf":1.7320508075688772},"218":{"tf":2.0},"22":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":2.0},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":2.23606797749979},"233":{"tf":1.7320508075688772},"234":{"tf":2.449489742783178},"237":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.605551275463989},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.123105625617661},"43":{"tf":3.872983346207417},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"232":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"157":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":9,"docs":{"118":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.0},"145":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"22":{"tf":1.7320508075688772},"227":{"tf":3.0},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"148":{"tf":1.4142135623730951},"232":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"157":{"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":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"213":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"220":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"139":{"tf":1.0},"146":{"tf":1.7320508075688772},"162":{"tf":2.0},"214":{"tf":3.1622776601683795},"215":{"tf":4.242640687119285},"216":{"tf":2.23606797749979},"217":{"tf":2.6457513110645907},"227":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":3.0},"43":{"tf":2.449489742783178},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"135":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"206":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"4":{"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":1,"docs":{"231":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"140":{"tf":1.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.7320508075688772},"162":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"140":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"221":{"tf":2.0},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"234":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"232":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"217":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":2.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"162":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"157":{"tf":1.0},"232":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.23606797749979}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":43,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"139":{"tf":1.7320508075688772},"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"213":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"143":{"tf":1.0},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"n":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"234":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"213":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"149":{"tf":1.4142135623730951},"151":{"tf":3.3166247903554},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":3.605551275463989},"233":{"tf":2.6457513110645907},"234":{"tf":4.242640687119285},"237":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":30,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"157":{"tf":1.0},"162":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":3.7416573867739413},"215":{"tf":2.0},"216":{"tf":3.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.449489742783178},"234":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"143":{"tf":2.23606797749979},"144":{"tf":2.449489742783178},"227":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.4641016151377544}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"130":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"217":{"tf":1.0},"232":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"215":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"220":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"183":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"237":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"237":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"229":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"221":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"\"":{"]":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":11,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"130":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"215":{"tf":1.7320508075688772},"220":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":11,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"227":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"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":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"232":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"153":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"195":{"tf":1.0},"213":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"216":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"151":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"156":{"tf":1.0},"174":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"237":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"160":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":17,"docs":{"132":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"220":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"136":{"tf":1.7320508075688772},"146":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"232":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"135":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":2.23606797749979},"118":{"tf":1.0},"138":{"tf":2.0},"160":{"tf":1.0},"212":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":2.6457513110645907},"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"220":{"tf":2.449489742783178},"234":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.4142135623730951},"126":{"tf":1.0},"160":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"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":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"i":{"c":{":":{":":{"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":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"237":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.0},"228":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"220":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.23606797749979},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"227":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":63,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":3.3166247903554},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"138":{"tf":2.0}}},"2":{"df":1,"docs":{"138":{"tf":1.0}}},"8":{"df":1,"docs":{"138":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"130":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":3,"docs":{"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"138":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"218":{"tf":1.4142135623730951},"233":{"tf":1.0}}}},"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":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.7320508075688772},"162":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":68,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":2.8284271247461903},"214":{"tf":1.4142135623730951},"215":{"tf":2.23606797749979},"218":{"tf":1.0},"220":{"tf":2.6457513110645907},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"220":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"237":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"156":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"216":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"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":1,"docs":{"216":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"156":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":31,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":2.6457513110645907},"216":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"213":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"127":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"135":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"231":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"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":9,"docs":{"151":{"tf":1.0},"220":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"237":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":10,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":34,"docs":{"133":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":2.23606797749979},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"220":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":25,"docs":{"157":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":2.6457513110645907},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0}}},"8":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}},"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"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":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"7":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"6":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"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":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"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":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"237":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"187":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"220":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"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":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"3":{"2":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"218":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"229":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.4142135623730951}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"136":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"215":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"213":{"tf":1.0},"28":{"tf":1.4142135623730951}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.7320508075688772},"22":{"tf":1.0},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"216":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"195":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"214":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":2,"docs":{"215":{"tf":1.0},"216":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"df":42,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.7320508075688772},"154":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.6457513110645907},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"215":{"tf":2.23606797749979},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"136":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"223":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"c":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"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":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"157":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"216":{"tf":3.0},"217":{"tf":2.8284271247461903},"227":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":42,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":3.3166247903554},"154":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":2.6457513110645907},"227":{"tf":1.0},"23":{"tf":1.4142135623730951},"237":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":2.0},"33":{"tf":3.3166247903554},"34":{"tf":2.23606797749979},"35":{"tf":3.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":3.605551275463989},"43":{"tf":2.449489742783178},"44":{"tf":3.0},"45":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.3166247903554},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"232":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"213":{"tf":2.23606797749979},"214":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":2.0},"140":{"tf":1.4142135623730951},"147":{"tf":2.0},"224":{"tf":1.4142135623730951},"227":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"229":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"151":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"157":{"tf":1.0},"232":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"213":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"142":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"151":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"221":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":2.23606797749979},"143":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"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":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":3.0},"157":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"146":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"235":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"220":{"tf":1.0},"232":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"220":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"231":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"220":{"tf":1.0}}}}},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"220":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"218":{"tf":1.0},"220":{"tf":1.0}}},"l":{"df":2,"docs":{"213":{"tf":2.0},"220":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"151":{"tf":1.0},"213":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":7,"docs":{"11":{"tf":1.0},"128":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":6,"docs":{"133":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":2.23606797749979},"14":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":23,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"213":{"tf":2.6457513110645907},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"5":{"b":{"b":{"df":0,"docs":{},"e":{"8":{"a":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"214":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"160":{"tf":1.0},"174":{"tf":1.4142135623730951},"231":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0}}}}}}},"df":5,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":3.0},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"224":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":3.872983346207417},"234":{"tf":4.0},"237":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.1622776601683795},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.1622776601683795},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"237":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"22":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.7320508075688772},"127":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"147":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"146":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"160":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"127":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"182":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":2.0},"135":{"tf":2.23606797749979},"153":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"168":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":83,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"138":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.449489742783178},"148":{"tf":2.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.449489742783178},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":2.0},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":3.1622776601683795},"55":{"tf":3.0},"56":{"tf":2.0},"57":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"139":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":2.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"138":{"tf":1.0},"156":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"227":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":91,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.8284271247461903},"215":{"tf":3.3166247903554},"217":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"219":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"220":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"142":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":2.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}},"d":{"df":4,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":23,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"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":2,"docs":{"227":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"215":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"d":{"7":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979}}}}}},"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"139":{"tf":2.0},"140":{"tf":1.4142135623730951}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"132":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"215":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"182":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":33,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"226":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"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":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"220":{"tf":1.0},"221":{"tf":2.0}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"215":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"157":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"229":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"147":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"237":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"145":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"145":{"tf":2.0},"151":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"219":{"tf":1.0},"229":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"216":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"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":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"187":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"191":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"135":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":19,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"143":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"134":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"234":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"155":{"tf":1.0},"213":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"152":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":63,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"18":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"221":{"tf":2.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"52":{"tf":2.8284271247461903},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"233":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"146":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.7320508075688772},"216":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"139":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":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":{"14":{"tf":2.0},"147":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"232":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"234":{"tf":1.0}},"t":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"19":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"220":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"145":{"tf":2.0},"220":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"227":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"234":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"127":{"tf":1.0},"237":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"142":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"135":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":18,"docs":{"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":3.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.6457513110645907},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":2.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"158":{"tf":2.0},"216":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"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":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.4142135623730951},"230":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":118,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.6457513110645907},"127":{"tf":3.0},"128":{"tf":2.6457513110645907},"129":{"tf":2.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"145":{"tf":3.3166247903554},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":2.23606797749979},"158":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"205":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.7320508075688772},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":4.69041575982343},"60":{"tf":3.7416573867739413},"61":{"tf":4.242640687119285},"62":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"64":{"tf":2.8284271247461903},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":3,"docs":{"158":{"tf":1.0},"218":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"232":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":2,"docs":{"127":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"170":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":2.0},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.23606797749979},"41":{"tf":1.0},"44":{"tf":2.23606797749979}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"136":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"219":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"130":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"14":{"tf":1.0},"227":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"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":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"234":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"137":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"139":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":2.0},"2":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":2.8284271247461903},"233":{"tf":2.6457513110645907},"234":{"tf":3.605551275463989},"237":{"tf":2.8284271247461903},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":21,"docs":{"139":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":3.7416573867739413},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.605551275463989},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"227":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"139":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"142":{"tf":1.0}}}}},"t":{"df":6,"docs":{"152":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"231":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"231":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"234":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"135":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"135":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"200":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"227":{"tf":1.0}}}}},"p":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0}}}},"p":{"df":8,"docs":{"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"227":{"tf":1.0}}},"df":5,"docs":{"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"df":1,"docs":{"135":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"227":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":9,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"234":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"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":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"3":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":2.449489742783178},"140":{"tf":1.0},"216":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":3.4641016151377544},"145":{"tf":1.4142135623730951},"158":{"tf":1.0},"189":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"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":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"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":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"162":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"223":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":2.0},"153":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"231":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":11,"docs":{"128":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"213":{"tf":1.4142135623730951},"220":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":2.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}}}}},"v":{"df":3,"docs":{"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}}}},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":1.0},"216":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"147":{"tf":1.0},"162":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"156":{"tf":1.0},"216":{"tf":1.4142135623730951},"229":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"227":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":2.23606797749979},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":42,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":3.0},"156":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"213":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":15,"docs":{"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"142":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"232":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"226":{"tf":2.23606797749979}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":27,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"21":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"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":5,"docs":{"102":{"tf":1.7320508075688772},"160":{"tf":1.0},"202":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"142":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"144":{"tf":1.0},"213":{"tf":2.8284271247461903},"226":{"tf":1.0},"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"237":{"tf":1.0}}},"w":{"df":2,"docs":{"227":{"tf":1.4142135623730951},"232":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"130":{"tf":1.0}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"183":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"151":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"130":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.0},"2":{"tf":1.7320508075688772},"215":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"151":{"tf":3.1622776601683795},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"149":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"231":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"237":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"146":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"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":3,"docs":{"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":30,"docs":{"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"139":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"202":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"142":{"tf":2.0},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"214":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"229":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":16,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":28,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"129":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.8284271247461903},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.7320508075688772},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"128":{"tf":1.4142135623730951},"162":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.8284271247461903},"144":{"tf":2.23606797749979},"145":{"tf":2.8284271247461903},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"22":{"tf":1.0},"228":{"tf":3.0},"232":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"134":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":12,"docs":{"141":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"227":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"19":{"tf":1.0},"213":{"tf":2.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.7320508075688772},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"g":{"3":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"5":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"=":{",":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":62,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"153":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"138":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":7,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"221":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":23,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":3.1622776601683795},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":2.0},"221":{"tf":1.0},"228":{"tf":1.7320508075688772},"232":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"228":{"tf":1.0},"237":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":22,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"237":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"136":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":25,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"146":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"232":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":14,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.0},"147":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"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":{"138":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"145":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}},"t":{"df":5,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.4142135623730951},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"146":{"tf":1.0},"158":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"234":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.449489742783178},"162":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"152":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"213":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":2.23606797749979},"139":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"215":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":78,"docs":{"143":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.8284271247461903},"215":{"tf":3.1622776601683795},"217":{"tf":1.0},"234":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"227":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"220":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"227":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"232":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"146":{"tf":2.0},"154":{"tf":2.23606797749979},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"235":{"tf":1.0},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"174":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"187":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0},"4":{"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":2,"docs":{"228":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"220":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"(":{"&":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":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":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"237":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"133":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":60,"docs":{"131":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0}}}}},"c":{"df":1,"docs":{"135":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":15,"docs":{"136":{"tf":2.0},"137":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"232":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":4,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"213":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":59,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":3.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":2.8284271247461903},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.23606797749979},"162":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":2.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.8284271247461903},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":138,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":3.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":2.0},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":3.3166247903554},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":3.872983346207417},"152":{"tf":3.4641016151377544},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.8284271247461903},"233":{"tf":3.605551275463989},"234":{"tf":4.47213595499958},"237":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.7416573867739413},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":3.1622776601683795},"49":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"232":{"tf":1.0},"60":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"234":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"215":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"136":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}},"t":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"140":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"215":{"tf":1.0},"224":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"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":10,"docs":{"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":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":{"1":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"229":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"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":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"163":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"178":{"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"184":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"188":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"190":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"192":{"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":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"197":{"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":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"201":{"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":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"203":{"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":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"207":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"211":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"209":{"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":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"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":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{"]":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"y":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"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":{"153":{"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":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"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":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"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":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"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":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.0},"154":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"215":{"tf":2.0},"216":{"tf":2.6457513110645907},"217":{"tf":1.7320508075688772},"218":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":2.0},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":2.0},"232":{"tf":2.23606797749979},"233":{"tf":1.7320508075688772},"234":{"tf":2.449489742783178},"237":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.7416573867739413},"34":{"tf":3.7416573867739413},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.242640687119285},"43":{"tf":4.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.4142135623730951},"232":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"157":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":9,"docs":{"118":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.0},"145":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"22":{"tf":1.7320508075688772},"227":{"tf":3.1622776601683795},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"143":{"tf":1.0},"162":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"134":{"tf":1.4142135623730951},"21":{"tf":1.0},"223":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":60,"docs":{"139":{"tf":1.0},"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"232":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"157":{"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":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"213":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"220":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":19,"docs":{"139":{"tf":1.0},"146":{"tf":1.7320508075688772},"162":{"tf":2.0},"214":{"tf":3.4641016151377544},"215":{"tf":4.358898943540674},"216":{"tf":2.449489742783178},"217":{"tf":2.8284271247461903},"227":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.3166247903554},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"135":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"206":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"4":{"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":1,"docs":{"231":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"140":{"tf":1.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"16":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.7320508075688772},"162":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"140":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"221":{"tf":2.0},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"234":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"232":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"217":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":2.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"162":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"157":{"tf":1.0},"232":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.449489742783178}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":43,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"139":{"tf":1.7320508075688772},"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"143":{"tf":1.0},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.4142135623730951},"158":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"n":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"234":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"213":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"149":{"tf":1.7320508075688772},"151":{"tf":3.3166247903554},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":3.7416573867739413},"233":{"tf":2.8284271247461903},"234":{"tf":4.358898943540674},"237":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":30,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"157":{"tf":1.0},"162":{"tf":2.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"214":{"tf":3.7416573867739413},"215":{"tf":2.0},"216":{"tf":3.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.449489742783178},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"143":{"tf":2.23606797749979},"144":{"tf":2.6457513110645907},"227":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.605551275463989}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"130":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":12,"docs":{"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"217":{"tf":1.0},"232":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"215":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"220":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"183":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"237":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"237":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"229":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"221":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"\"":{"]":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":11,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"130":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"215":{"tf":1.7320508075688772},"220":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":11,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"227":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"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":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"232":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"153":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"195":{"tf":1.0},"213":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"216":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"151":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"156":{"tf":1.0},"174":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"237":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"160":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":17,"docs":{"132":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"220":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"136":{"tf":1.7320508075688772},"146":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"232":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"135":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"138":{"tf":2.0},"160":{"tf":1.0},"212":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":22,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":2.8284271247461903},"155":{"tf":2.0},"158":{"tf":1.0},"220":{"tf":2.449489742783178},"234":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"160":{"tf":1.0},"210":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"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":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"i":{"c":{":":{":":{"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":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"237":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.0},"228":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"220":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.23606797749979},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"227":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":63,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":3.3166247903554},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"138":{"tf":2.0}}},"2":{"df":1,"docs":{"138":{"tf":1.0}}},"8":{"df":1,"docs":{"138":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"130":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":3,"docs":{"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"138":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"220":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"13":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"233":{"tf":1.0}}}},"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":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.7320508075688772},"162":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":68,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"213":{"tf":2.8284271247461903},"214":{"tf":1.4142135623730951},"215":{"tf":2.23606797749979},"218":{"tf":1.0},"220":{"tf":2.6457513110645907},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"220":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"237":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"156":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"216":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"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":1,"docs":{"216":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"156":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":31,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":2.8284271247461903},"216":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"213":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"127":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"135":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"231":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"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":9,"docs":{"151":{"tf":1.0},"220":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"237":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":17,"docs":{"127":{"tf":2.23606797749979},"128":{"tf":1.7320508075688772},"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},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":37,"docs":{"133":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"152":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"220":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":29,"docs":{"157":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.8284271247461903},"37":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"45":{"tf":2.8284271247461903},"46":{"tf":2.449489742783178},"47":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"3":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"5":{"df":3,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"6":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"df":1,"docs":{"28":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"216":{"tf":1.0},"42":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"153":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"224":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"179":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":1,"docs":{"187":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"185":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"230":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"214":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"44":{"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":{"127":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"189":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"u":{"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":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"191":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"154":{"tf":1.0},"167":{"tf":1.0},"225":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"231":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"193":{"tf":1.0},"93":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"219":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"231":{"tf":1.0}}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"v":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"226":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"198":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"199":{"tf":1.0}}}}},"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":1,"docs":{"172":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"102":{"tf":1.0},"202":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.0}}}},"z":{"4":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"205":{"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":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"236":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"208":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"214":{"tf":1.0}}}},"y":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"133":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"136":{"tf":1.0}}}}},"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":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"201":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"207":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"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":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":21,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"214":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}}},"n":{"df":2,"docs":{"13":{"tf":1.0},"130":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"140":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"149":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"237":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"135":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"115":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"210":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"x":{"d":{"df":9,"docs":{"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file +{"doc_urls":["introduction.html#overview","introduction.html#what-is-quilkin","introduction.html#why-use-quilkin","introduction.html#major-features","introduction.html#what-next","installation.html#installation","installation.html#distributions","installation.html#oci-image","installation.html#cargo","installation.html#github","faq.html#faq","faq.html#just-how-fast-is-quilkin-what-sort-of-performance-can-i-expect","faq.html#can-i-integrate-quilkin-with-c-code","faq.html#i-would-like-to-run-quilkin-as-a-client-side-proxy-on-a-console-can-i-do-that","faq.html#any-reason-you-didnt-contribute-this-intoextend-envoy","deployment/quickstarts/netcat.html#quickstart-quilkin-with-netcat","deployment/quickstarts/netcat.html#requirements","deployment/quickstarts/netcat.html#1-start-an-udp-echo-service","deployment/quickstarts/netcat.html#2-start-quilkin","deployment/quickstarts/netcat.html#3-send-a-packet","deployment/quickstarts/agones-xonotic-sidecar.html#quickstart-quilkin-with-agones-and-xonotic-sidecar","deployment/quickstarts/agones-xonotic-sidecar.html#requirements","deployment/quickstarts/agones-xonotic-sidecar.html#1-agones-fleet-with-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#2-play-xonotic","deployment/quickstarts/agones-xonotic-sidecar.html#3-check-out-the-metrics","deployment/quickstarts/agones-xonotic-sidecar.html#5-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#6-agones-fleet-but-with-compression","deployment/quickstarts/agones-xonotic-sidecar.html#4-play-xonotic-through-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#7-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#whats-next","deployment/quickstarts/agones-xonotic-xds.html#quickstart-quilkin-with-agones-and-xonotic-xds","deployment/quickstarts/agones-xonotic-xds.html#requirements","deployment/quickstarts/agones-xonotic-xds.html#1-overview","deployment/quickstarts/agones-xonotic-xds.html#2-install-quilkin-agones-xds-provider","deployment/quickstarts/agones-xonotic-xds.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-xds.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-xds.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-xds.html#connecting-client-side","deployment/quickstarts/agones-xonotic-xds.html#whats-next","deployment/quickstarts/agones-xonotic-relay.html#quickstart-quilkin-with-agones-and-xonotic-relay","deployment/quickstarts/agones-xonotic-relay.html#requirements","deployment/quickstarts/agones-xonotic-relay.html#1-overview","deployment/quickstarts/agones-xonotic-relay.html#2-install-quilkin-relay-and-agones-agent","deployment/quickstarts/agones-xonotic-relay.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-relay.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-relay.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-relay.html#connecting-client-side","deployment/quickstarts/agones-xonotic-relay.html#whats-next","services/proxy.html#proxy","services/proxy.html#endpoints","services/proxy.html#proxy-filters","services/proxy.html#endpoint-metadata","services/proxy.html#specialist-endpoint-metadata","services/proxy.html#session","services/proxy/configuration.html#configuration-file","services/proxy/configuration.html#static-configuration","services/proxy/configuration.html#dynamic-configuration","services/proxy/configuration.html#json-schema","services/proxy/filters.html#packet-filters","services/proxy/filters.html#filters-and-filter-chain","services/proxy/filters.html#configuration-examples","services/proxy/filters.html#filter-dynamic-metadata","services/proxy/filters.html#well-known-dynamic-metadata","services/proxy/filters.html#built-in-filters","services/proxy/filters.html#filterconfig","services/proxy/filters/capture.html#capture","services/proxy/filters/capture.html#capture-strategies","services/proxy/filters/capture.html#suffix","services/proxy/filters/capture.html#prefix","services/proxy/filters/capture.html#regex","services/proxy/filters/capture.html#filter-name","services/proxy/filters/capture.html#configuration-examples","services/proxy/filters/capture.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compress","services/proxy/filters/compress.html#filter-name","services/proxy/filters/compress.html#configuration-examples","services/proxy/filters/compress.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compression-modes","services/proxy/filters/compress.html#snappy","services/proxy/filters/compress.html#lz4","services/proxy/filters/compress.html#metrics","services/proxy/filters/concatenate.html#concatenate","services/proxy/filters/concatenate.html#filter-name","services/proxy/filters/concatenate.html#configuration-examples","services/proxy/filters/concatenate.html#configuration-options--rust-doc-","services/proxy/filters/debug.html#debug","services/proxy/filters/debug.html#filter-name","services/proxy/filters/debug.html#configuration-examples","services/proxy/filters/debug.html#configuration-options--rust-doc-","services/proxy/filters/drop.html#drop","services/proxy/filters/drop.html#filter-name","services/proxy/filters/drop.html#configuration-examples","services/proxy/filters/drop.html#configuration","services/proxy/filters/firewall.html#firewall","services/proxy/filters/firewall.html#filter-name","services/proxy/filters/firewall.html#configuration-examples","services/proxy/filters/firewall.html#configuration-options--rust-doc-","services/proxy/filters/firewall.html#rule-evaluation","services/proxy/filters/load_balancer.html#loadbalancer","services/proxy/filters/load_balancer.html#filter-name","services/proxy/filters/load_balancer.html#configuration-examples","services/proxy/filters/load_balancer.html#configuration-options--rust-doc-","services/proxy/filters/local_rate_limit.html#localratelimit","services/proxy/filters/local_rate_limit.html#filter-name","services/proxy/filters/local_rate_limit.html#configuration-examples","services/proxy/filters/local_rate_limit.html#configuration-options--rust-doc-","services/proxy/filters/match.html#match","services/proxy/filters/match.html#filter-name","services/proxy/filters/match.html#configuration-examples","services/proxy/filters/match.html#configuration-options--rust-doc-","services/proxy/filters/match.html#metrics","services/proxy/filters/pass.html#pass","services/proxy/filters/pass.html#filter-name","services/proxy/filters/pass.html#configuration-examples","services/proxy/filters/pass.html#configuration","services/proxy/filters/timestamp.html#timestamp","services/proxy/filters/timestamp.html#filter-name","services/proxy/filters/timestamp.html#configuration-examples","services/proxy/filters/timestamp.html#configuration-options--rust-doc-","services/proxy/filters/timestamp.html#metrics","services/proxy/filters/token_router.html#tokenrouter","services/proxy/filters/token_router.html#filter-name","services/proxy/filters/token_router.html#configuration-examples","services/proxy/filters/token_router.html#configuration-options--rust-doc-","services/proxy/filters/token_router.html#metrics","services/proxy/filters/token_router.html#sample-applications","services/proxy/filters/token_router.html#packet-authentication","services/proxy/filters/writing_custom_filters.html#writing-custom-filters","services/proxy/filters/writing_custom_filters.html#filter","services/proxy/filters/writing_custom_filters.html#staticfilter","services/proxy/filters/writing_custom_filters.html#running","services/proxy/filters/writing_custom_filters.html#configuration","services/proxy/filters/writing_custom_filters.html#yaml-configuration","services/proxy/filters/writing_custom_filters.html#protobuf-configuration","services/proxy/filters/writing_custom_filters.html#generated---recommended","services/proxy/filters/writing_custom_filters.html#at-build-time","services/proxy/qcmp.html#quilkin-control-message-protocol-qcmp","services/proxy/qcmp.html#ping","services/proxy/qcmp.html#protocol-data-unit","services/proxy/qcmp.html#datacenter-latency","services/proxy/qcmp.html#api-and-schema","services/proxy/metrics.html#proxy-metrics","services/proxy/metrics.html#asn-maxmind-information","services/proxy/metrics.html#general-metrics","services/proxy/metrics.html#session-metrics","services/proxy/metrics.html#filter-metrics","services/xds.html#xds-control-plane","services/xds.html#overview","services/xds.html#xds-configuration-resources","services/xds.html#connecting-to-an-xds-management-server","services/xds/metrics.html#xds-metrics","services/xds/metrics.html#proxy-mode","services/xds/metrics.html#xds-provider-mode","services/xds/providers/agones.html#agones-xds-provider","services/xds/providers/agones.html#endpoint-configuration","services/xds/providers/agones.html#access-tokens","services/xds/providers/agones.html#filter-configuration","services/xds/providers/agones.html#usage","services/xds/providers/filesystem.html#filesystem-xds-provider","services/xds/proto/index.html#protocol-documentation","services/xds/proto/index.html#table-of-contents","services/xds/proto/index.html#quilkinrelayv1alpha1relayproto","services/xds/proto/index.html#aggregatedcontrolplanediscoveryservice","services/xds/proto/index.html#quilkinconfigv1alpha1configproto","services/xds/proto/index.html#cluster","services/xds/proto/index.html#clustermap","services/xds/proto/index.html#datacenter","services/xds/proto/index.html#endpoint","services/xds/proto/index.html#filter","services/xds/proto/index.html#filterchain","services/xds/proto/index.html#host","services/xds/proto/index.html#ipv6","services/xds/proto/index.html#locality","services/xds/proto/index.html#quilkinfilterscapturev1alpha1captureproto","services/xds/proto/index.html#capture","services/xds/proto/index.html#captureprefix","services/xds/proto/index.html#captureregex","services/xds/proto/index.html#capturesuffix","services/xds/proto/index.html#quilkinfilterscompressv1alpha1compressproto","services/xds/proto/index.html#compress","services/xds/proto/index.html#compressactionvalue","services/xds/proto/index.html#compressmodevalue","services/xds/proto/index.html#compressaction","services/xds/proto/index.html#compressmode","services/xds/proto/index.html#quilkinfiltersconcatenatev1alpha1concatenateproto","services/xds/proto/index.html#concatenate","services/xds/proto/index.html#concatenatestrategyvalue","services/xds/proto/index.html#concatenatestrategy","services/xds/proto/index.html#quilkinfiltersdebugv1alpha1debugproto","services/xds/proto/index.html#debug","services/xds/proto/index.html#quilkinfiltersdropv1alpha1dropproto","services/xds/proto/index.html#drop","services/xds/proto/index.html#quilkinfiltersfirewallv1alpha1firewallproto","services/xds/proto/index.html#firewall","services/xds/proto/index.html#firewallportrange","services/xds/proto/index.html#firewallrule","services/xds/proto/index.html#firewallaction","services/xds/proto/index.html#quilkinfiltersload_balancerv1alpha1load_balancerproto","services/xds/proto/index.html#loadbalancer","services/xds/proto/index.html#loadbalancerpolicyvalue","services/xds/proto/index.html#loadbalancerpolicy","services/xds/proto/index.html#quilkinfilterslocal_rate_limitv1alpha1local_rate_limitproto","services/xds/proto/index.html#localratelimit","services/xds/proto/index.html#quilkinfiltersmatchv1alpha1matchproto","services/xds/proto/index.html#match","services/xds/proto/index.html#matchbranch","services/xds/proto/index.html#matchconfig","services/xds/proto/index.html#quilkinfilterspassv1alpha1passproto","services/xds/proto/index.html#pass","services/xds/proto/index.html#quilkinfilterstoken_routerv1alpha1token_routerproto","services/xds/proto/index.html#tokenrouter","services/xds/proto/index.html#quilkinfilterstimestampv1alpha1timestampproto","services/xds/proto/index.html#timestamp","services/xds/proto/index.html#scalar-value-types","services/relay.html#control-plane-relay","services/relay.html#quickstart","services/agent.html#quilkin-agent","services/agent.html#quickstart","sdks/unreal-engine.html#quilkin-unreal-engine-plugin","sdks/unreal-engine.html#installation","sdks/unreal-engine.html#configuration","sdks/unreal-engine.html#delegates","deployment/admin.html#administration","deployment/admin.html#logging","deployment/admin.html#http-api","deployment/admin.html#endpoints","deployment/admin.html#live","deployment/admin.html#ready","deployment/admin.html#metrics","deployment/admin.html#debugpprofprofile","deployment/admin.html#config","deployment/examples.html#quilkin-integration-examples","deployment/examples.html#server-proxy-as-a-sidecar","deployment/examples.html#client-proxy-to-sidecar-server-proxy","deployment/examples.html#client-proxy-to-separate-server-proxies-pools","deployment/examples.html#what-next","third-party/presentations.html#third-party-videos-and-presentations","third-party/presentations.html#gdc-2023-open-source-game-development-summit-agones-and-quilkin-oss-multiplayer-game-server-service-mesh-on-kubernetes"],"index":{"documentStore":{"docInfo":{"0":{"body":10,"breadcrumbs":2,"title":1},"1":{"body":66,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":2,"title":1},"100":{"body":41,"breadcrumbs":6,"title":2},"101":{"body":60,"breadcrumbs":8,"title":4},"102":{"body":19,"breadcrumbs":6,"title":1},"103":{"body":1,"breadcrumbs":7,"title":2},"104":{"body":115,"breadcrumbs":7,"title":2},"105":{"body":52,"breadcrumbs":9,"title":4},"106":{"body":19,"breadcrumbs":4,"title":1},"107":{"body":1,"breadcrumbs":5,"title":2},"108":{"body":38,"breadcrumbs":5,"title":2},"109":{"body":180,"breadcrumbs":7,"title":4},"11":{"body":60,"breadcrumbs":6,"title":5},"110":{"body":18,"breadcrumbs":4,"title":1},"111":{"body":12,"breadcrumbs":4,"title":1},"112":{"body":1,"breadcrumbs":5,"title":2},"113":{"body":38,"breadcrumbs":5,"title":2},"114":{"body":3,"breadcrumbs":4,"title":1},"115":{"body":21,"breadcrumbs":4,"title":1},"116":{"body":1,"breadcrumbs":5,"title":2},"117":{"body":25,"breadcrumbs":5,"title":2},"118":{"body":35,"breadcrumbs":7,"title":4},"119":{"body":7,"breadcrumbs":4,"title":1},"12":{"body":47,"breadcrumbs":5,"title":4},"120":{"body":30,"breadcrumbs":5,"title":1},"121":{"body":1,"breadcrumbs":6,"title":2},"122":{"body":44,"breadcrumbs":6,"title":2},"123":{"body":31,"breadcrumbs":8,"title":4},"124":{"body":40,"breadcrumbs":5,"title":1},"125":{"body":0,"breadcrumbs":6,"title":2},"126":{"body":108,"breadcrumbs":6,"title":2},"127":{"body":66,"breadcrumbs":8,"title":3},"128":{"body":78,"breadcrumbs":6,"title":1},"129":{"body":35,"breadcrumbs":6,"title":1},"13":{"body":24,"breadcrumbs":7,"title":6},"130":{"body":169,"breadcrumbs":6,"title":1},"131":{"body":27,"breadcrumbs":6,"title":1},"132":{"body":67,"breadcrumbs":7,"title":2},"133":{"body":59,"breadcrumbs":7,"title":2},"134":{"body":23,"breadcrumbs":7,"title":2},"135":{"body":150,"breadcrumbs":7,"title":2},"136":{"body":41,"breadcrumbs":9,"title":5},"137":{"body":24,"breadcrumbs":5,"title":1},"138":{"body":109,"breadcrumbs":7,"title":3},"139":{"body":119,"breadcrumbs":6,"title":2},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":23,"breadcrumbs":6,"title":2},"141":{"body":6,"breadcrumbs":4,"title":2},"142":{"body":56,"breadcrumbs":5,"title":3},"143":{"body":180,"breadcrumbs":4,"title":2},"144":{"body":54,"breadcrumbs":4,"title":2},"145":{"body":101,"breadcrumbs":4,"title":2},"146":{"body":159,"breadcrumbs":5,"title":3},"147":{"body":97,"breadcrumbs":3,"title":1},"148":{"body":39,"breadcrumbs":5,"title":3},"149":{"body":15,"breadcrumbs":6,"title":4},"15":{"body":0,"breadcrumbs":4,"title":3},"150":{"body":0,"breadcrumbs":5,"title":2},"151":{"body":117,"breadcrumbs":5,"title":2},"152":{"body":142,"breadcrumbs":6,"title":3},"153":{"body":92,"breadcrumbs":7,"title":3},"154":{"body":43,"breadcrumbs":6,"title":2},"155":{"body":33,"breadcrumbs":6,"title":2},"156":{"body":68,"breadcrumbs":6,"title":2},"157":{"body":47,"breadcrumbs":5,"title":1},"158":{"body":102,"breadcrumbs":7,"title":3},"159":{"body":0,"breadcrumbs":6,"title":2},"16":{"body":14,"breadcrumbs":2,"title":1},"160":{"body":56,"breadcrumbs":6,"title":2},"161":{"body":0,"breadcrumbs":5,"title":1},"162":{"body":87,"breadcrumbs":5,"title":1},"163":{"body":0,"breadcrumbs":5,"title":1},"164":{"body":9,"breadcrumbs":5,"title":1},"165":{"body":7,"breadcrumbs":5,"title":1},"166":{"body":10,"breadcrumbs":5,"title":1},"167":{"body":12,"breadcrumbs":5,"title":1},"168":{"body":12,"breadcrumbs":5,"title":1},"169":{"body":7,"breadcrumbs":5,"title":1},"17":{"body":30,"breadcrumbs":6,"title":5},"170":{"body":10,"breadcrumbs":5,"title":1},"171":{"body":8,"breadcrumbs":5,"title":1},"172":{"body":11,"breadcrumbs":5,"title":1},"173":{"body":0,"breadcrumbs":5,"title":1},"174":{"body":12,"breadcrumbs":5,"title":1},"175":{"body":8,"breadcrumbs":5,"title":1},"176":{"body":6,"breadcrumbs":5,"title":1},"177":{"body":9,"breadcrumbs":5,"title":1},"178":{"body":0,"breadcrumbs":5,"title":1},"179":{"body":10,"breadcrumbs":5,"title":1},"18":{"body":56,"breadcrumbs":4,"title":3},"180":{"body":6,"breadcrumbs":5,"title":1},"181":{"body":6,"breadcrumbs":5,"title":1},"182":{"body":9,"breadcrumbs":5,"title":1},"183":{"body":8,"breadcrumbs":5,"title":1},"184":{"body":0,"breadcrumbs":5,"title":1},"185":{"body":10,"breadcrumbs":5,"title":1},"186":{"body":6,"breadcrumbs":5,"title":1},"187":{"body":10,"breadcrumbs":5,"title":1},"188":{"body":0,"breadcrumbs":5,"title":1},"189":{"body":7,"breadcrumbs":5,"title":1},"19":{"body":61,"breadcrumbs":4,"title":3},"190":{"body":0,"breadcrumbs":5,"title":1},"191":{"body":1,"breadcrumbs":5,"title":1},"192":{"body":0,"breadcrumbs":5,"title":1},"193":{"body":10,"breadcrumbs":5,"title":1},"194":{"body":8,"breadcrumbs":5,"title":1},"195":{"body":12,"breadcrumbs":5,"title":1},"196":{"body":8,"breadcrumbs":5,"title":1},"197":{"body":0,"breadcrumbs":5,"title":1},"198":{"body":6,"breadcrumbs":5,"title":1},"199":{"body":6,"breadcrumbs":5,"title":1},"2":{"body":53,"breadcrumbs":3,"title":2},"20":{"body":0,"breadcrumbs":8,"title":5},"200":{"body":10,"breadcrumbs":5,"title":1},"201":{"body":0,"breadcrumbs":5,"title":1},"202":{"body":9,"breadcrumbs":5,"title":1},"203":{"body":0,"breadcrumbs":5,"title":1},"204":{"body":10,"breadcrumbs":5,"title":1},"205":{"body":8,"breadcrumbs":5,"title":1},"206":{"body":12,"breadcrumbs":5,"title":1},"207":{"body":0,"breadcrumbs":5,"title":1},"208":{"body":1,"breadcrumbs":5,"title":1},"209":{"body":0,"breadcrumbs":5,"title":1},"21":{"body":22,"breadcrumbs":4,"title":1},"210":{"body":7,"breadcrumbs":5,"title":1},"211":{"body":0,"breadcrumbs":5,"title":1},"212":{"body":6,"breadcrumbs":5,"title":1},"213":{"body":248,"breadcrumbs":7,"title":3},"214":{"body":201,"breadcrumbs":4,"title":3},"215":{"body":211,"breadcrumbs":2,"title":1},"216":{"body":200,"breadcrumbs":4,"title":2},"217":{"body":72,"breadcrumbs":3,"title":1},"218":{"body":29,"breadcrumbs":6,"title":4},"219":{"body":6,"breadcrumbs":3,"title":1},"22":{"body":94,"breadcrumbs":7,"title":4},"220":{"body":229,"breadcrumbs":3,"title":1},"221":{"body":45,"breadcrumbs":3,"title":1},"222":{"body":8,"breadcrumbs":2,"title":1},"223":{"body":40,"breadcrumbs":2,"title":1},"224":{"body":25,"breadcrumbs":3,"title":2},"225":{"body":5,"breadcrumbs":2,"title":1},"226":{"body":19,"breadcrumbs":2,"title":1},"227":{"body":129,"breadcrumbs":2,"title":1},"228":{"body":55,"breadcrumbs":2,"title":1},"229":{"body":48,"breadcrumbs":2,"title":1},"23":{"body":36,"breadcrumbs":6,"title":3},"230":{"body":10,"breadcrumbs":2,"title":1},"231":{"body":36,"breadcrumbs":5,"title":3},"232":{"body":112,"breadcrumbs":5,"title":3},"233":{"body":79,"breadcrumbs":7,"title":5},"234":{"body":188,"breadcrumbs":8,"title":6},"235":{"body":10,"breadcrumbs":3,"title":1},"236":{"body":0,"breadcrumbs":6,"title":4},"237":{"body":98,"breadcrumbs":18,"title":16},"24":{"body":34,"breadcrumbs":7,"title":4},"25":{"body":12,"breadcrumbs":5,"title":2},"26":{"body":92,"breadcrumbs":7,"title":4},"27":{"body":107,"breadcrumbs":8,"title":5},"28":{"body":13,"breadcrumbs":5,"title":2},"29":{"body":6,"breadcrumbs":5,"title":2},"3":{"body":52,"breadcrumbs":3,"title":2},"30":{"body":0,"breadcrumbs":8,"title":5},"31":{"body":26,"breadcrumbs":4,"title":1},"32":{"body":46,"breadcrumbs":5,"title":2},"33":{"body":135,"breadcrumbs":9,"title":6},"34":{"body":201,"breadcrumbs":8,"title":5},"35":{"body":83,"breadcrumbs":7,"title":4},"36":{"body":275,"breadcrumbs":6,"title":3},"37":{"body":205,"breadcrumbs":6,"title":3},"38":{"body":10,"breadcrumbs":5,"title":2},"39":{"body":0,"breadcrumbs":8,"title":5},"4":{"body":198,"breadcrumbs":2,"title":1},"40":{"body":26,"breadcrumbs":4,"title":1},"41":{"body":74,"breadcrumbs":5,"title":2},"42":{"body":156,"breadcrumbs":9,"title":6},"43":{"body":218,"breadcrumbs":8,"title":5},"44":{"body":83,"breadcrumbs":7,"title":4},"45":{"body":276,"breadcrumbs":6,"title":3},"46":{"body":205,"breadcrumbs":6,"title":3},"47":{"body":10,"breadcrumbs":5,"title":2},"48":{"body":150,"breadcrumbs":2,"title":1},"49":{"body":20,"breadcrumbs":2,"title":1},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":27,"breadcrumbs":3,"title":2},"51":{"body":50,"breadcrumbs":3,"title":2},"52":{"body":79,"breadcrumbs":4,"title":3},"53":{"body":113,"breadcrumbs":2,"title":1},"54":{"body":55,"breadcrumbs":5,"title":2},"55":{"body":92,"breadcrumbs":5,"title":2},"56":{"body":18,"breadcrumbs":5,"title":2},"57":{"body":154,"breadcrumbs":5,"title":2},"58":{"body":23,"breadcrumbs":4,"title":2},"59":{"body":194,"breadcrumbs":5,"title":3},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":101,"breadcrumbs":4,"title":2},"61":{"body":136,"breadcrumbs":5,"title":3},"62":{"body":24,"breadcrumbs":6,"title":4},"63":{"body":75,"breadcrumbs":4,"title":2},"64":{"body":50,"breadcrumbs":3,"title":1},"65":{"body":33,"breadcrumbs":4,"title":1},"66":{"body":5,"breadcrumbs":5,"title":2},"67":{"body":4,"breadcrumbs":4,"title":1},"68":{"body":4,"breadcrumbs":4,"title":1},"69":{"body":16,"breadcrumbs":4,"title":1},"7":{"body":12,"breadcrumbs":3,"title":2},"70":{"body":1,"breadcrumbs":5,"title":2},"71":{"body":22,"breadcrumbs":5,"title":2},"72":{"body":159,"breadcrumbs":7,"title":4},"73":{"body":20,"breadcrumbs":4,"title":1},"74":{"body":1,"breadcrumbs":5,"title":2},"75":{"body":81,"breadcrumbs":5,"title":2},"76":{"body":48,"breadcrumbs":7,"title":4},"77":{"body":0,"breadcrumbs":5,"title":2},"78":{"body":42,"breadcrumbs":4,"title":1},"79":{"body":80,"breadcrumbs":4,"title":1},"8":{"body":10,"breadcrumbs":2,"title":1},"80":{"body":14,"breadcrumbs":4,"title":1},"81":{"body":22,"breadcrumbs":4,"title":1},"82":{"body":1,"breadcrumbs":5,"title":2},"83":{"body":21,"breadcrumbs":5,"title":2},"84":{"body":61,"breadcrumbs":7,"title":4},"85":{"body":30,"breadcrumbs":4,"title":1},"86":{"body":1,"breadcrumbs":5,"title":2},"87":{"body":18,"breadcrumbs":5,"title":2},"88":{"body":24,"breadcrumbs":7,"title":4},"89":{"body":13,"breadcrumbs":4,"title":1},"9":{"body":10,"breadcrumbs":2,"title":1},"90":{"body":1,"breadcrumbs":5,"title":2},"91":{"body":38,"breadcrumbs":5,"title":2},"92":{"body":3,"breadcrumbs":4,"title":1},"93":{"body":16,"breadcrumbs":4,"title":1},"94":{"body":1,"breadcrumbs":5,"title":2},"95":{"body":31,"breadcrumbs":5,"title":2},"96":{"body":138,"breadcrumbs":7,"title":4},"97":{"body":49,"breadcrumbs":5,"title":2},"98":{"body":8,"breadcrumbs":5,"title":1},"99":{"body":1,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"Quilkin is a UDP proxy, specifically designed for use with multiplayer dedicated game servers.","breadcrumbs":"Introduction » Overview","id":"0","title":"Overview"},"1":{"body":"Quilkin on open source is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game servers deployments, to ensure security, access control, telemetry data, metrics and more. It is designed to be used behind game clients as well as in front of dedicated game servers. Quilkin's aim is to pull the above functionality out of bespoke, monolithic dedicated game servers and clients, and provide standard, composable modules that can be reused across a wide set of multiplayer games, so that game developers can instead focus on their game specific aspects of building a multiplayer game.","breadcrumbs":"Introduction » What is Quilkin?","id":"1","title":"What is Quilkin?"},"10":{"body":"","breadcrumbs":"FAQ » FAQ","id":"10","title":"FAQ"},"100":{"body":"# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.load_balancer.v1alpha1.LoadBalancer config: policy: ROUND_ROBIN\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } The load balancing policy (the strategy to use to select what endpoint to send traffic to) is configurable. In the example above, packets will be distributed by selecting endpoints in turn, in round robin fashion.","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Examples","id":"100","title":"Configuration Examples"},"101":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: The configuration for [`load_balancer`][super].\ntype: object\nproperties: policy: default: ROUND_ROBIN allOf: - $ref: '#/definitions/Policy'\ndefinitions: Policy: description: Policy represents how a [`load_balancer`][super] distributes packets across endpoints. oneOf: - description: Send packets to endpoints in turns. type: string enum: - ROUND_ROBIN - description: Send packets to endpoints chosen at random. type: string enum: - RANDOM - description: Send packets to endpoints based on hash of source IP and port. type: string enum: - HASH","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Options ( Rust Doc )","id":"101","title":"Configuration Options ( Rust Doc )"},"102":{"body":"The LocalRateLimit filter controls the frequency at which packets received downstream are forwarded upstream by the proxy. Rate limiting is done independently per source (IP, Port) combination.","breadcrumbs":"Proxy » Filters » Local Rate Limit » LocalRateLimit","id":"102","title":"LocalRateLimit"},"103":{"body":"quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit","breadcrumbs":"Proxy » Filters » Local Rate Limit » Filter name","id":"103","title":"Filter name"},"104":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 1000 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } To configure a rate limiter, we specify the maximum rate at which the proxy is allowed to forward packets. In the example above, we configured the proxy to forward a maximum of 1000 packets per second). Be aware that due to some optimizations in the current rate limiter implementation, the enforced maximum number of packets is not always exact. It is in theory possible that the rate limiter allows a few packets through, however in practice this would be a rare occurrence and the maximum number of such packets that is in the worse case N-1 where N is the number of threads used to process packets. For example, a configuration allowing 1000 packets per second could potentially allow 1004 packets during some time window if we have up to 4 threads. Packets that that exceeds the maximum configured rate are dropped.","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Examples","id":"104","title":"Configuration Examples"},"105":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- max_packets\n- period\nproperties: max_packets: description: The maximum number of packets allowed to be forwarded by the rate limiter in a given duration. type: integer format: uint minimum: 0.0 period: description: The duration in seconds during which max_packets applies. If none is provided, it defaults to one second. type: integer format: uint32 minimum: 0.0","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Options ( Rust Doc )","id":"105","title":"Configuration Options ( Rust Doc )"},"106":{"body":"The Match filter's job is to provide a mechanism to change behaviour based on dynamic metadata. This filter behaves similarly to the match expression in Rust or switch statements in other languages.","breadcrumbs":"Proxy » Filters » Match » Match","id":"106","title":"Match"},"107":{"body":"quilkin.filters.match.v1alpha1.Match","breadcrumbs":"Proxy » Filters » Match » Filter name","id":"107","title":"Filter name"},"108":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Match » Configuration Examples","id":"108","title":"Configuration Examples"},"109":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Configuration for [`Match`][super::Match].\ntype: object\nproperties: on_read: description: Configuration for [`Filter::read`][crate::filters::Filter::read]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null' on_write: description: Configuration for [`Filter::write`][crate::filters::Filter::write]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null'\nadditionalProperties: false\ndefinitions: Branch: description: A specific match branch. The filter is run when `value` matches the value defined in `metadata_key`. type: object required: - name - value properties: config: true label: type: - string - 'null' name: type: string value: description: The value to compare against the dynamic metadata. allOf: - $ref: '#/definitions/Value' DirectionalConfig: description: Configuration for a specific direction. type: object required: - branches - metadataKey properties: branches: description: List of filters to compare and potentially run if any match. type: array items: $ref: '#/definitions/Branch' fallthrough: description: The behaviour for when none of the `branches` match. default: config: null label: null name: quilkin.filters.drop.v1alpha1.Drop allOf: - $ref: '#/definitions/Filter' metadataKey: description: The key for the metadata to compare against. allOf: - $ref: '#/definitions/Key' Filter: description: Filter is the configuration for a single filter type: object required: - name properties: config: true label: type: - string - 'null' name: type: string additionalProperties: false Key: description: A key in the metadata table. type: string Value: anyOf: - type: boolean - type: integer format: uint64 minimum: 0.0 - type: array items: $ref: '#/definitions/Value' - type: string - type: array items: type: integer format: uint8 minimum: 0.0 View the Match filter documentation for more details.","breadcrumbs":"Proxy » Filters » Match » Configuration Options ( Rust Doc )","id":"109","title":"Configuration Options ( Rust Doc )"},"11":{"body":"Our current testing shows that on Quilkin shows that it process packets quite fast ! We won't be publishing performance benchmarks, as performance will always change depending on the underlying hardware, number of filters, configurations and more. We highly recommend you run your own load tests on your platform and configuration, matching your production workload and configuration as close as possible. Our iperf3 based performance test in the examples' folder is a good starting point. Since this is still an alpha project, we have plans on investigating further performance improvements in upcoming releases, both from an optimisation and observability perspective as well.","breadcrumbs":"FAQ » Just how fast is Quilkin? What sort of performance can I expect?","id":"11","title":"Just how fast is Quilkin? What sort of performance can I expect?"},"110":{"body":"quilkin_filter_int_counter{label=\"packets_matched_total\"} A counter of the total number of packets where the dynamic metadata matches a branch value. quilkin_filter_int_counter{label=\"packets_fallthrough_total\"} A counter of the total number of packets that are processed by the fallthrough configuration.","breadcrumbs":"Proxy » Filters » Match » Metrics","id":"110","title":"Metrics"},"111":{"body":"The Pass filter that always passes any packet through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Pass » Pass","id":"111","title":"Pass"},"112":{"body":"quilkin.filters.pass.v1alpha1.Pass","breadcrumbs":"Proxy » Filters » Pass » Filter name","id":"112","title":"Filter name"},"113":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Pass » Configuration Examples","id":"113","title":"Configuration Examples"},"114":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Pass » Configuration","id":"114","title":"Configuration"},"115":{"body":"The Timestamp filter accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. Mostly useful in combination with other filters such as Capture to pull timestamp data from packets.","breadcrumbs":"Proxy » Filters » Timestamp » Timestamp","id":"115","title":"Timestamp"},"116":{"body":"quilkin.filters.timestamp.v1alpha1.Timestamp","breadcrumbs":"Proxy » Filters » Timestamp » Filter name","id":"116","title":"Filter name"},"117":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: example.com/session_duration prefix: size: 3 remove: false - name: quilkin.filters.timestamp.v1alpha1.Timestamp config: metadataKey: example.com/session_duration\nclusters: - endpoints: - address: 127.0.0.1:26000\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Examples","id":"117","title":"Configuration Examples"},"118":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- metadataKey\nproperties: metadataKey: description: The metadata key to read the UTC UNIX Timestamp from. allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Options ( Rust Doc )","id":"118","title":"Configuration Options ( Rust Doc )"},"119":{"body":"quilkin_filter_histogram{label=\"duration\"} A histogram of durations from metadata_key to now in the packet direction.","breadcrumbs":"Proxy » Filters » Timestamp » Metrics","id":"119","title":"Metrics"},"12":{"body":"Quilkin is also released as a library so it can be integrated with an external codebase as necessary. Using Rust code inside a C or C++ project mostly consists of two parts. Creating a C-friendly API in Rust Embedding your Rust project into an external build system See A little Rust with your C for more information. Over time, we will be expanding documentation on how to integrate with specific engines if running Quilkin as a separate binary is not an option.","breadcrumbs":"FAQ » Can I integrate Quilkin with C++ code?","id":"12","title":"Can I integrate Quilkin with C++ code?"},"120":{"body":"The TokenRouter filter's job is to provide a mechanism to declare which Endpoints a packet should be sent to. This Filter provides this functionality by comparing a byte array token found in the Filter Dynamic Metadata from a previous Filter, and comparing it to Endpoint's tokens , and sending packets to those Endpoints only if there is a match.","breadcrumbs":"Proxy » Filters » Token Router » TokenRouter","id":"120","title":"TokenRouter"},"121":{"body":"quilkin.filters.token_router.v1alpha1.TokenRouter","breadcrumbs":"Proxy » Filters » Token Router » Filter name","id":"121","title":"Filter name"},"122":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.token_router.v1alpha1.TokenRouter config: metadataKey: myapp.com/myownkey\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); View the CaptureBytes filter documentation for more details.","breadcrumbs":"Proxy » Filters » Token Router » Configuration Examples","id":"122","title":"Configuration Examples"},"123":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nproperties: metadataKey: description: the key to use when retrieving the token from the Filter's dynamic metadata default: quilkin.dev/capture allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Token Router » Configuration Options ( Rust Doc )","id":"123","title":"Configuration Options ( Rust Doc )"},"124":{"body":"quilkin_filter_TokenRouter_packets_dropped_total A counter of the total number of packets that have been dropped. This is also provided with a Reason label, as there are differing reasons for packets to be dropped: NoEndpointMatch - The token provided via the Filter dynamic metadata does not match any Endpoint's tokens. NoTokenFound - No token has been found in the Filter dynamic metadata. InvalidToken - The data found for the token in the Filter dynamic metadata is not of the correct data type (Vec)","breadcrumbs":"Proxy » Filters » Token Router » Metrics","id":"124","title":"Metrics"},"125":{"body":"","breadcrumbs":"Proxy » Filters » Token Router » Sample Applications","id":"125","title":"Sample Applications"},"126":{"body":"In combination with several other filters, the TokenRouter can be utilised as an authentication and access control mechanism for all incoming packets. Capturing the authentication token from an incoming packet can be implemented via the CaptureByte filter, with an example outlined below, or any other filter that populates the configured dynamic metadata key for the authentication token to reside. It is assumed that the endpoint tokens that are used for authentication are generated by an external system, are appropriately cryptographically random and sent to each proxy securely. For example, a configuration would look like: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture # Capture and remove the authentication token config: suffix: size: 3 remove: true - name: quilkin.filters.token_router.v1alpha1.TokenRouter\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2); On the game client side the Concatenate filter could also be used to add authentication tokens to outgoing packets.","breadcrumbs":"Proxy » Filters » Token Router » Packet Authentication","id":"126","title":"Packet Authentication"},"127":{"body":"The full source code used in this example can be found in examples/ . Quilkin provides an extensible implementation of Filters that allows us to plug in custom implementations to fit our needs. This document provides an overview of the API and how we can go about writing our own Filters . First we need to create a type and implement two traits for it. It's not terribly important what the filter in this example does so let's write a Greet filter that appends Hello to every packet in one direction and Goodbye to packets in the opposite direction. struct Greet; As a convention within Quilkin: Filter names are singular, they also tend to be a verb, rather than an adjective. Examples Greet not \"Greets\" Compress not \"Compressor\".","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Writing Custom Filters","id":"127","title":"Writing Custom Filters"},"128":{"body":"Represents the actual Filter instance in the pipeline. An implementation provides a read and a write method (both are passthrough by default) that accepts a context object and returns a response. Both methods are invoked by the proxy when it consults the filter chain read is invoked when a packet is received on the local downstream port and is to be sent to an upstream endpoint while write is invoked in the opposite direction when a packet is received from an upstream endpoint and is to be sent to a downstream client. # struct Greet;\nuse quilkin::filters::prelude::*; /// Appends data to each packet\n#[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents.extend_from_slice(b\"Hello\"); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents.extend_from_slice(b\"Goodbye\"); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Filter","id":"128","title":"Filter"},"129":{"body":"Represents metadata needed for your [Filter], most of it has to with defining configuration, for now we can use () as we have no configuration currently. # use quilkin::filters::prelude::*;\n# struct Greet;\n# impl Filter for Greet {}\nimpl StaticFilter for Greet { const NAME: &'static str = \"greet.v1\"; type Configuration = (); type BinaryConfiguration = (); fn try_from_config(config: Option) -> Result { Ok(Self) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » StaticFilter","id":"129","title":"StaticFilter"},"13":{"body":"This is an ongoing discussion, and since console development is protected by non-disclosure agreements, we can't comment on this directly. That being said, we have an Unreal Engine for games in circumstances where compiling Rust or providing a separate Quilkin binary as an executable is not an option.","breadcrumbs":"FAQ » I would like to run Quilkin as a client side proxy on a console? Can I do that?","id":"13","title":"I would like to run Quilkin as a client side proxy on a console? Can I do that?"},"130":{"body":"We can run the proxy using Proxy::run function. Let's add a main function that does that. Quilkin relies on the Tokio async runtime, so we need to import that crate and wrap our main function with it. We can also register custom filters in quilkin using FilterRegistry::register Add Tokio as a dependency in Cargo.toml. [dependencies]\nquilkin = \"0.2.0\"\ntokio = { version = \"1\", features = [\"full\"]} Add a main function that starts the proxy. // src/main.rs\n#[tokio::main]\nasync fn main() -> quilkin::Result<()> { quilkin::filters::FilterRegistry::register(vec![Greet::factory()].into_iter()); let (_shutdown_tx, shutdown_rx) = quilkin::make_shutdown_channel(quilkin::ShutdownKind::Normal); let proxy = quilkin::Proxy::default(); let config = quilkin::Config::default_non_agent(); config.filters.store(std::sync::Arc::new( quilkin::filters::FilterChain::try_create([quilkin::config::Filter { name: Greet::NAME.into(), label: None, config: None, }])?, )); config.clusters.modify(|map| { map.insert_default( [quilkin::net::endpoint::Endpoint::new( (std::net::Ipv4Addr::LOCALHOST, 4321).into(), )] .into(), ) }); proxy .run(config.into(), Default::default(), None, shutdown_rx) .await\n} Now, let's try out the proxy. The following configuration starts our extended version of the proxy at port 7777 and forwards all packets to an upstream server at port 4321. # quilkin.yaml\nversion: v1alpha1\nfilters: - name: greet.v1\nclusters: - endpoints: - address: 127.0.0.1:4321 Next we to setup our network of services, for this example we're going to use the netcat tool to spawn a UDP echo server and interactive client for us to send packets over the wire. # Start the proxy\ncargo run -- &\n# Start a UDP listening server on the configured port\nnc -lu 127.0.0.1 4321 &\n# Start an interactive UDP client that sends packet to the proxy\nnc -u 127.0.0.1 7777 Whatever we pass to the client should now show up with our modification on the listening server's standard output. For example typing Quilkin in the client prints Hello Quilkin on the server.","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Running","id":"130","title":"Running"},"131":{"body":"Let's extend the Greet filter to have a configuration that contains what greeting to use. The Serde crate is used to describe static YAML configuration in code while Tonic / Prost is used to describe dynamic configuration as Protobuf messages when talking to a management server .","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Configuration","id":"131","title":"Configuration"},"132":{"body":"First let's create the type for our configuration: Add the yaml parsing crates to Cargo.toml: # [dependencies]\nserde = \"1.0\"\nserde_yaml = \"0.8\" Define a struct representing the config: // src/main.rs\n#[derive(Serialize, Deserialize, Debug, schemars::JsonSchema)]\nstruct Config { greeting: String,\n} Update the Greet Filter to take in greeting as a parameter: // src/main.rs\nstruct Greet { config: Config,\n} #[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents .prepend_from_slice(format!(\"{} \", self.config.greeting).as_bytes()); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents .prepend_from_slice(format!(\"{} \", self.config.greeting).as_bytes()); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » YAML Configuration","id":"132","title":"YAML Configuration"},"133":{"body":"Quilkin comes with out-of-the-box support for xDS management, and as such needs to communicate filter configuration over Protobuf with management servers and clients to synchronise state across the network. So let's add the binary version of our Greet configuration. Add the proto parsing crates to Cargo.toml: [dependencies]\n# ...\ntonic = \"0.5.0\"\nprost = \"0.7\"\nprost-types = \"0.7\" Create a Protobuf equivalent of our YAML configuration. // src/greet.proto\nsyntax = \"proto3\"; package greet; message Greet { string greeting = 1;\n} Generate Rust code from the proto file:","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Protobuf Configuration","id":"133","title":"Protobuf Configuration"},"134":{"body":"Use something like proto-gen to generate Rust code for the protobuf. At that point it is just normal rust code and can be included from where you placed the generated code, eg. generated. mod generated;\nuse generated::greet as proto;","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Generated - Recommended","id":"134","title":"Generated - Recommended"},"135":{"body":"There are a few ways to generate Prost code from proto, we will use the prost_build crate in this example. Add the following required crates to Cargo.toml, and then add a build script to generate the following Rust code during compilation: # [dependencies]\nbytes = \"1.0\" # [build-dependencies]\nprost-build = \"0.7\" // src/build.rs\nfn main() { // Remove if you already have `protoc` installed in your system. std::env::set_var(\"PROTOC\", protobuf_src::protoc()); prost_build::compile_protos(&[\"src/greet.proto\"], &[\"src/\"]).unwrap();\n} To include the generated code, we'll use [tonic::include_proto]. // src/main.rs\n#[allow(warnings, clippy::all)]\n// ANCHOR: include_proto\nmod proto { tonic::include_proto!(\"greet\");\n} Then we just need to implement std::convert::TryFrom for converting the protobuf message to equivalent configuration. // src/main.rs\nimpl TryFrom for Config { type Error = ConvertProtoConfigError; fn try_from(p: proto::Greet) -> Result { Ok(Self { greeting: p.greeting, }) }\n} impl From for proto::Greet { fn from(config: Config) -> Self { Self { greeting: config.greeting, } }\n} Now, let's update Greet's StaticFilter implementation to use the two configurations. // src/main.rs\nuse quilkin::filters::StaticFilter; impl StaticFilter for Greet { const NAME: &'static str = \"greet.v1\"; type Configuration = Config; type BinaryConfiguration = proto::Greet; fn try_from_config(config: Option) -> Result { Ok(Self { config: Self::ensure_config_exists(config)?, }) }\n} That's it! With these changes we have wired up static configuration for our filter. Try it out with the following configuration: # quilkin.yaml\nversion: v1alpha1\nport: 7001\nfilters:\n- name: greet.v1 config: greeting: Hey\nendpoints:\n- address: 127.0.0.1:4321","breadcrumbs":"Proxy » Filters » Writing Custom Filters » At build time","id":"135","title":"At build time"},"136":{"body":"services ports Protocol QCMP 7600 UDP AND TCP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP and TCP. The purpose of this API is to provide meta operations that can be used by untrusted clients. Currently the API is focuses on providing pings for latency measurement but that may change overtime as new features are added.","breadcrumbs":"Proxy » Control Message Protocol » Quilkin Control Message Protocol (QCMP)","id":"136","title":"Quilkin Control Message Protocol (QCMP)"},"137":{"body":"The main functionality currently in QCMP is pinging, measuring the latency from one service to another over UDP. You can also measure the distance locally using the quilkin qcmp ping command. quilkin qcmp ping 127.0.0.1:7600","breadcrumbs":"Proxy » Control Message Protocol » Ping","id":"137","title":"Ping"},"138":{"body":"The following is a Kaitai Struct configuration of the protocol data unit accepted by Quilkin proxies. meta: id: quilkin_packet endian: be\nseq: - id: magic_header contents: \"QLKN\" - id: protocol_version type: u1 - id: packet_type type: u1 - id: packet_length type: u2 - id: packet size: packet_length type: switch-on: packet_type cases: 0: ping_packet 1: ping_reply_packet types: ping_packet: doc: | Sent by a client to a proxy containing the time when the client sent the packet along with a unique nonce. The timestamp should be a UTC unix timestamp in **nanoseconds**. seq: - id: nonce type: u1 - id: client_sent_timestamp type: u8 ping_reply_packet: doc: | A reply from a proxy containing the ping's nonce, the client sent time, the server's receive time, and the server's sent time. The timestamps should be UTC unix timestamps in **nanoseconds**. seq: - id: nonce type: u1 - id: client_sent_timestamp type: u8 - id: server_receive_timestamp type: u8 - id: server_sent_timestamp type: u8","breadcrumbs":"Proxy » Control Message Protocol » Protocol Data Unit","id":"138","title":"Protocol Data Unit"},"139":{"body":"In addition to being able to ping Quilkin to get the latency between the client and proxy. In order to allow clients to send information to services like a matchmaker about which datacentre they are closest to, Quilkin also includes the ability to get a proxy's latency to each of its connected datacentres. Note: This requires a multi-cluster relay setup, as when you set up proxies in the same cluster as gameservers, this measurement is redundant. All that is required to set this up is to provide an ICAO code to the agent in the gameserver cluster. (E.g. through the environment variable ICAO_CODE). No further setup is required. You can use duplicate ICAO codes , Quilkin will choose the best result amongst the duplicates to return. Quilkin assumes that multiple of the same ICAO code refer to the same phyiscal datacentre, so latency between them should negible. Why ICAO? ICAO is an international standard for airport codes, airport codes are an easy human readable code that makes it easy to use geo-visualisations in tools like Grafana, and easily allows grouping. IATA codes only cover major airports, ICAO codes cover practically every airport making them easy to more accurately represent the location of any datacentre.","breadcrumbs":"Proxy » Control Message Protocol » Datacenter Latency","id":"139","title":"Datacenter Latency"},"14":{"body":"This is an excellent question! Envoy is an amazing project, and has set many of the standards for how proxies are written and orchestrated , and was an inspiration for many of the decisions made on Quilkin. However, we decided to build this project separately: Envoy seems primarily focused on web/mobile network workloads (which makes total sense), whereas we wanted something specialised on gaming UDP communication, so having a leaner, more focused codebase would allow us to move faster. We found the Rust and Cargo ecosystem easier to work with than Bazel and C++, and figured our users would as well.","breadcrumbs":"FAQ » Any reason you didn't contribute this into/extend Envoy?","id":"14","title":"Any reason you didn't contribute this into/extend Envoy?"},"140":{"body":"Currently the datacentre latency can be retrieved by sending a GET / HTTP request to the QCMP port. The returned data is a JSON object with each key being the ICAO code for the datacentre, and the value being the latency in nanoseconds.","breadcrumbs":"Proxy » Control Message Protocol » API And Schema","id":"140","title":"API And Schema"},"141":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"141","title":"Proxy Metrics"},"142":{"body":"If Quilkin is provided a a MaxmindDB GeoIP database, Quilkin will log the following information in the maxmind information log, as well as populate the following fields in any metrics with matching labels. Field Description asn ASN Number organization The organisation responsible for the ASN country_code The corresponding country code ip_prefix The IP prefix CIDR address prefix_entity The name of the entity for the prefix address prefix_name The name of the prefix address Maxmind databases often require a licence and/or fee, so they aren't included by default with Quilkin.","breadcrumbs":"Proxy » Metrics » ASN Maxmind Information","id":"142","title":"ASN Maxmind Information"},"143":{"body":"The proxy exposes the following general metrics: quilkin_packets_processing_duration_seconds{event, asn, ip_prefix} (Histogram) The total duration of time in seconds that it took to process a packet. The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packets_dropped_total{reason, asn, ip_prefix} (Counter) The total number of packets (not associated with any session) that were dropped by proxy. Not that packets reflected by this metric were dropped at an earlier stage before they were associated with any session. For session based metrics, see the list of session metrics instead. reason = NoConfiguredEndpoints NoConfiguredEndpoints: No upstream endpoints were available to send the packet to. This can occur e.g if the endpoints cluster was scaled down to zero and the proxy is configured via a control plane. quilkin_cluster_active The number of currently active clusters. quilkin_cluster_active_endpoints The number of currently active upstream endpoints. Note that this tracks the number of endpoints that the proxy knows of rather than those that it is connected to (see Session Metrics instead for those) quilkin_bytes_total{event, asn, ip_prefix} The total number of bytes sent or recieved The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packets_total{event, asn, ip_prefix} The total number of packets sent or recieved. The event label is either: read: when the proxy receives data from a downstream connection on the listening port. write: when the proxy sends data to a downstream connection via the listening port. quilkin_packet_jitter{event, asn, ip_prefix} The time between receiving new packets. quilkin_errors_total{event, asn, ip_prefix} The total number of errors encountered while reading a packet from the upstream endpoint.","breadcrumbs":"Proxy » Metrics » General Metrics","id":"143","title":"General Metrics"},"144":{"body":"The proxy exposes the following metrics around sessions: quilkin_session_active{asn, organization, country_code, ip_prefix, prefix_entity, prefix_name} The number of currently active sessions. If a maxmind database has been provided, the labels are populated: The asn label is the ASN number of the connecting client. The ip_prefixlabel is the IP prefix of the connecting client. quilkin_session_duration_secs (Histogram) A histogram over how long sessions lasted before they were torn down. Note that, by definition, active sessions are not included in this metric. quilkin_session_total (Counter) The total number of sessions that have been created.","breadcrumbs":"Proxy » Metrics » Session Metrics","id":"144","title":"Session Metrics"},"145":{"body":"Quilkin's filters use a set of generic metric keys, to make it easier to build visualisations that can account for a dynamic set of filters that can be added, removed, or updated at runtime with different configurations. All of these metrics share a common set of labels. Label Description id The ID of the filter that used the metric. label The name of the metric being measured. help The description of the filter metric. direction The direction of packet flow (e.g. read/write). quilkin_filter_int_counter{id, label, help, direction} Generic filter counter, see help label for more specific info. quilkin_filter_histogram{id, label, help, direction, shared_metadata_1} generic filter histogram, see help label for more specific info. quilkin_filter_read_duration_seconds{filter} The duration it took for a filter's read implementation to execute. Thefilter label is the name of the filter being executed. quilkin_filter_write_duration_seconds{filter} The duration it took for a filter's write implementation to execute. The filter label is the name of the filter being executed.","breadcrumbs":"Proxy » Metrics » Filter Metrics","id":"145","title":"Filter Metrics"},"146":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For single-cluster integration, Quilkin provides a manage service, that can be used with a number of configuration discovery providers to provide cluster configuration multiple proxys . With each provider automating the complexity of a full xDS management control plane via integrations with popular projects and common architecture patterns. To view all the providers and options for the manage subcommand, run: $ quilkin manage --help\nRuns Quilkin as a xDS management server, using `provider` as a configuration source Usage: quilkin manage [OPTIONS] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] -p, --port The TCP port to listen to, to serve discovery responses [env: QUILKIN_PORT=] [default: 7800] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] -h, --help Print help","breadcrumbs":"Control Plane » xDS Control Plane","id":"146","title":"xDS Control Plane"},"147":{"body":"In addition to static configuration provided upon startup, a Quiklin proxy's configuration can also be updated at runtime. The proxy can be configured on startup to talk to a set of management servers which provide it with updates throughout its lifecycle. Communication between the proxy and management server uses the xDS gRPC protocol , similar to an envoy proxy . xDS is one of the standard configuration mechanisms for software proxies and as a result, Quilkin can be setup to discover configuration resources from any API compatible server. Also, given that the protocol is well specified , it is similarly straight-forward to implement a custom server to suit any deployment's needs. As described within the xDS-api documentation, the xDS API comprises a set of resource discovery APIs, each serving a specific set of configuration resource types, while the protocol itself comes in several variants . Quilkin implements the Aggregated Discovery Service (ADS) Incremental xDS variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"147","title":"Overview"},"148":{"body":"Heavily influenced by xDS's Cluster Discovery Service , Endpoint Discovery Service , and Listener Discovery Service , Quilkin utilises its own custom Configuration xDS resources (reference) to enable dynamic configuration of Datacenters, Clusters, Endpoints and Filters through the Aggregated Discovery Service. This above reference also provides documentation for all the ProtoBuf definitions for all Filters that are available in Quilkin.","breadcrumbs":"Control Plane » xDS Configuration Resources","id":"148","title":"xDS Configuration Resources"},"149":{"body":"Connecting a Quilkin proxy to an xDS management server can be implemented via providing one or more URLs to the management_servers command line .","breadcrumbs":"Control Plane » Connecting to an xDS management server","id":"149","title":"Connecting to an xDS management server"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"150","title":"xDS Metrics"},"151":{"body":"Quilkin exposes the following metrics around the management servers and its resources when running as a UDP Proxy : quilkin_xds_connected_state (Gauge) A boolean that indicates whether or not the proxy is currently connected to a management server. A value 1 means that the proxy is connected while 0 means that it is not connected to any server at that point in time. quilkin_xds_update_attempt_total (Counter) The total number of attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server. quilkin_xds_update_success_total (Counter) The total number of successful attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server and was successfully applied by the proxy. quilkin_xds_update_failure_total (Counter) The total number of unsuccessful attempts made by a management server to configure the proxy. This is equivalent to the total number of configuration updates received by the proxy from a management server and was rejected by the proxy (e.g due to a bad/inconsistent configuration). quilkin_xds_requests_total (Counter) The total number of DiscoveryRequest s made by the proxy to management servers. This tracks messages flowing in the direction from the proxy to the management server.","breadcrumbs":"Control Plane » Metrics » Proxy Mode","id":"151","title":"Proxy Mode"},"152":{"body":"The following metrics are exposed when Quilkin is running as an xDS provider . quilkin_management_server_connected_proxies (Gauge) The number of proxies currently connected to the server. quilkin_management_server_discovery_requests_total{request_type} (Counter) The total number of xDS Discovery requests received across all proxies. request_type = type.googleapis.com/envoy.config.cluster.v3.Cluster | type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment | type.googleapis.com/envoy.config.listener.v3.Listener Type URL of the requested resource quilkin_management_server_discovery_responses_total (Counter) The total number of xDS Discovery responses sent back across all proxies in response to Discovery Requests. Each Discovery response sent corresponds to a configuration update for some proxy. request_type = type.googleapis.com/envoy.config.cluster.v3.Cluster | type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment | type.googleapis.com/envoy.config.listener.v3.Listener Type URL of the requested resource quilkin_management_server_endpoints_total (Gauge) The number of active endpoints discovered by the server. The number of active endpoints correlates with the size of the cluster configuration update sent to proxies. quilkin_management_server_snapshot_generation_errors_total (Counter) The total number of errors encountered while generating a configuration snapshot update for a proxy. quilkin_management_server_snapshots_generated_total (Counter) The total number of configuration snapshot generated across all proxies. A snapshot corresponds to a point in time view of a proxy's configuration. However it does not necessarily correspond to a proxy update - a proxy only gets the latest snapshot so it might miss intermediate snapshots if it lags behind. quilkin_management_server_snapshots_cache_size (Gauge) The current number of snapshots in the in-memory snapshot cache. This corresponds 1-1 to proxies that connect to the server. However the number may be slightly higher than the number of connected proxies since snapshots for disconnected proxies are only periodically cleared from the cache.","breadcrumbs":"Control Plane » Metrics » xDS Provider Mode","id":"152","title":"xDS Provider Mode"},"153":{"body":"The Agones xDS Provider is built to simplify Quilkin integration with Agones game server hosting on top of Kubernetes . This provider watches for changes in Agones GameServer resources in a cluster, and utilises that information to provide Endpoint information to connected Quilkin proxies. To view all the options for the agones provider subcommand, run: $ quilkin manage agones --help\nWatches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration Usage: quilkin manage agones [OPTIONS] Options: -c, --config-namespace The namespace under which the configmap is stored [env: QUILKIN_AGONES_CONFIG_NAMESPACE=] -g, --gameservers-namespace The namespace under which the game servers run [env: QUILKIN_AGONES_GAMESERVERS_NAMESPACE=] [default: default] -h, --help Print help Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"153","title":"Agones xDS Provider"},"154":{"body":"This provider watches the Kubernetes clusters for Allocated Agones GameServers and exposes their IP address and Port as Endpoints to any connected Quilkin proxies. Since an Agones GameServer can have multiple ports exposed, if multiple ports are in use, the server will pick the first port in the port list. By default the Agones xDS provider will look in the default namespace for any GameServer resources, but it can be configured via the --gameservers-namespace argument.","breadcrumbs":"Control Plane » Providers » Agones » Endpoint Configuration","id":"154","title":"Endpoint Configuration"},"155":{"body":"The set of access tokens for the associated Endpoint can be set by adding a comma separated standard base64 encoded strings. This must be added under an annotation quilkin.dev/tokens in the GameServer 's metadata. For example: annotations: # Sets two tokens for the corresponding endpoint with values 1x7ijy6 and 8gj3v2i respectively. quilkin.dev/tokens: MXg3aWp5Ng==,OGdqM3YyaQ==","breadcrumbs":"Control Plane » Providers » Agones » Access Tokens","id":"155","title":"Access Tokens"},"156":{"body":"The Agones provider watches for a singular ConfigMap that has the label of quilkin.dev/configmap: \"true\", and any changes that happen to it, and use its contents to send Filter configuration to any connected Quilkin proxies. The ConfigMap contents should be a valid Quilkin file configuration , but with no Endpoint data. For example: apiVersion: v1\nkind: ConfigMap\nmetadata: name: quilkin-xds-filter-config labels: quilkin.dev/configmap: \"true\"\ndata: quilkin.yaml: | version: v1alpha1 filters: - name: quilkin.filters.capture.v1alpha1.Capture config: suffix: size: 3 remove: true - name: quilkin.filters.token_router.v1alpha1.TokenRouter By default the Agones xDS provider will look in the default namespace for this ConfigMap, but it can be configured via the --config-namespace argument.","breadcrumbs":"Control Plane » Providers » Agones » Filter Configuration","id":"156","title":"Filter Configuration"},"157":{"body":"As an example, the following runs the server with subcommnad manage agones against a cluster (using default kubeconfig authentication) where Quilkin pods run in the quilkin namespace and GameServer pods run in the gameservers namespace: quilkin manage agones --config-namespace quilkin --gameservers-namespace gameservers For a full referenmce of deploying this provider in a Kubernetes cluster, with appropriate Deployments , Services , and RBAC Rules, there is an Agones, xDS and Xonotic example .","breadcrumbs":"Control Plane » Providers » Agones » Usage","id":"157","title":"Usage"},"158":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. To view all the options for the file provider subcommand, run: $ quilkin manage agones --help\nWatches for changes to the file located at `path` Usage: quilkin manage file Arguments: The path to the source config [env: QUILKIN_FS_PATH=] Options: -h, --help Print help For example: quilkin manage file quilkin.yaml We run this on port 1800, in this example, in case you are running this locally, and the default port is taken up by an existing Quilkin proxy. After running this command, any proxy that connects to port 18000 will receive updates as configured in config.yaml file. You can find the configuration file schema in Configuration File . Example: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: hello\nclusters: - endpoints: - address: 123.0.0.1:29 metadata: 'quilkin.dev': tokens: - 'MXg3aWp5Ng=='\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Control Plane » Providers » Filesystem » Filesystem xDS Provider","id":"158","title":"Filesystem xDS Provider"},"159":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » Protocol Documentation","id":"159","title":"Protocol Documentation"},"16":{"body":"A *nix terminal A binary release of Quilkin from the Github releases page or by running cargo install quilkin ncat netcat","breadcrumbs":"Netcat » Requirements","id":"16","title":"Requirements"},"160":{"body":"quilkin/relay/v1alpha1/relay.proto AggregatedControlPlaneDiscoveryService quilkin/config/v1alpha1/config.proto Cluster ClusterMap Datacenter Endpoint Filter FilterChain Host Ipv6 Locality quilkin/filters/capture/v1alpha1/capture.proto Capture Capture.Prefix Capture.Regex Capture.Suffix quilkin/filters/compress/v1alpha1/compress.proto Compress Compress.ActionValue Compress.ModeValue Compress.Action Compress.Mode quilkin/filters/concatenate/v1alpha1/concatenate.proto Concatenate Concatenate.StrategyValue Concatenate.Strategy quilkin/filters/debug/v1alpha1/debug.proto Debug quilkin/filters/drop/v1alpha1/drop.proto Drop quilkin/filters/firewall/v1alpha1/firewall.proto Firewall Firewall.PortRange Firewall.Rule Firewall.Action quilkin/filters/load_balancer/v1alpha1/load_balancer.proto LoadBalancer LoadBalancer.PolicyValue LoadBalancer.Policy quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto LocalRateLimit quilkin/filters/match/v1alpha1/match.proto Match Match.Branch Match.Config quilkin/filters/pass/v1alpha1/pass.proto Pass quilkin/filters/token_router/v1alpha1/token_router.proto TokenRouter quilkin/filters/timestamp/v1alpha1/timestamp.proto Timestamp Scalar Value Types Top","breadcrumbs":"Control Plane » Protobuf Reference » Table of Contents","id":"160","title":"Table of Contents"},"161":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/relay/v1alpha1/relay.proto","id":"161","title":"quilkin/relay/v1alpha1/relay.proto"},"162":{"body":"The Manager Discovery Service provides an RPC for a management service to upstream its configuration to a relay service. This RPC works essentially the same as xDS, except instead of the client connecting to the server to receive configuration, the client is connecting to the server send its configuration. This service enables the relay to merge the configuration of all currently live management servers as a single aggregated xDS server without the relay needing to maintain a list of xDS servers to connect to in the relay itself. Method Name Request Type Response Type Description StreamAggregatedResources .envoy.service.discovery.v3.DiscoveryResponse stream .envoy.service.discovery.v3.DiscoveryRequest stream This RPC is not supported but remains here as part of the xDS standard, as Quilkin only uses a delta configuration transport for performance reasons. DeltaAggregatedResources .envoy.service.discovery.v3.DeltaDiscoveryResponse stream .envoy.service.discovery.v3.DeltaDiscoveryRequest stream Delta (Incremental) xDS implementation Top","breadcrumbs":"Control Plane » Protobuf Reference » AggregatedControlPlaneDiscoveryService","id":"162","title":"AggregatedControlPlaneDiscoveryService"},"163":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/config/v1alpha1/config.proto","id":"163","title":"quilkin/config/v1alpha1/config.proto"},"164":{"body":"Field Type Label Description locality Locality endpoints Endpoint repeated","breadcrumbs":"Control Plane » Protobuf Reference » Cluster","id":"164","title":"Cluster"},"165":{"body":"Field Type Label Description clusters Cluster repeated","breadcrumbs":"Control Plane » Protobuf Reference » ClusterMap","id":"165","title":"ClusterMap"},"166":{"body":"Field Type Label Description host string qcmp_port uint32 icao_code string","breadcrumbs":"Control Plane » Protobuf Reference » Datacenter","id":"166","title":"Datacenter"},"167":{"body":"Field Type Label Description host string port uint32 metadata google.protobuf.Struct host2 Host","breadcrumbs":"Control Plane » Protobuf Reference » Endpoint","id":"167","title":"Endpoint"},"168":{"body":"Field Type Label Description name string label string optional config string optional","breadcrumbs":"Control Plane » Protobuf Reference » Filter","id":"168","title":"Filter"},"169":{"body":"Field Type Label Description filters Filter repeated","breadcrumbs":"Control Plane » Protobuf Reference » FilterChain","id":"169","title":"FilterChain"},"17":{"body":"So that we have a target for sending UDP packets to, let's use ncat to create a simple UDP echo process. To do this run: ncat -e $(which cat) -k -u -l 8080 This routes all UDP packets that ncat receives to the local cat process, which echoes it back.","breadcrumbs":"Netcat » 1. Start an udp echo service","id":"17","title":"1. Start an udp echo service"},"170":{"body":"Field Type Label Description name string ipv4 fixed32 ipv6 Ipv6","breadcrumbs":"Control Plane » Protobuf Reference » Host","id":"170","title":"Host"},"171":{"body":"Field Type Label Description first fixed64 second fixed64","breadcrumbs":"Control Plane » Protobuf Reference » Ipv6","id":"171","title":"Ipv6"},"172":{"body":"Field Type Label Description region string zone string sub_zone string Top","breadcrumbs":"Control Plane » Protobuf Reference » Locality","id":"172","title":"Locality"},"173":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/capture/v1alpha1/capture.proto","id":"173","title":"quilkin/filters/capture/v1alpha1/capture.proto"},"174":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue prefix Capture.Prefix suffix Capture.Suffix regex Capture.Regex","breadcrumbs":"Control Plane » Protobuf Reference » Capture","id":"174","title":"Capture"},"175":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Prefix","id":"175","title":"Capture.Prefix"},"176":{"body":"Field Type Label Description regex google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Regex","id":"176","title":"Capture.Regex"},"177":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Suffix","id":"177","title":"Capture.Suffix"},"178":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/compress/v1alpha1/compress.proto","id":"178","title":"quilkin/filters/compress/v1alpha1/compress.proto"},"179":{"body":"Field Type Label Description mode Compress.ModeValue on_read Compress.ActionValue on_write Compress.ActionValue","breadcrumbs":"Control Plane » Protobuf Reference » Compress","id":"179","title":"Compress"},"18":{"body":"Next let's configure Quilkin in proxy mode, with a static configuration that points at the UDP echo service we just started. quilkin proxy --to 127.0.0.1:8080 This configuration will start Quilkin on the default proxy port , and it will redirect all incoming UDP traffic to a single endpoint of 127.0.0.1, port 8080. You should see an output like the following: {\"timestamp\":\"2023-01-19T10:16:23.399277Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.6\n.0-dev\",\"commit\":\"72176a191ffc3a597e3834ee1d0090b30caf81d4\"},\"target\":\"quilkin::cli\",\"filename\":\"src/cli.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.399771Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"addres\ns\":\"0.0.0.0:8000\"},\"target\":\"quilkin::admin\",\"filename\":\"src/admin.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.400544Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7777,\"proxy_id\"\n:\"7e9fc464-6ccc-41fe-afc4-6c97089de9b8\"},\"target\":\"quilkin::proxy\",\"filename\":\"src/proxy.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.401192Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"qui","breadcrumbs":"Netcat » 2. Start Quilkin","id":"18","title":"2. Start Quilkin"},"180":{"body":"Field Type Label Description value Compress.Action","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ActionValue","id":"180","title":"Compress.ActionValue"},"181":{"body":"Field Type Label Description value Compress.Mode","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ModeValue","id":"181","title":"Compress.ModeValue"},"182":{"body":"Name Number Description DoNothing 0 Compress 1 Decompress 2","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Action","id":"182","title":"Compress.Action"},"183":{"body":"Name Number Description Snappy 0 Lz4 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Mode","id":"183","title":"Compress.Mode"},"184":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/concatenate/v1alpha1/concatenate.proto","id":"184","title":"quilkin/filters/concatenate/v1alpha1/concatenate.proto"},"185":{"body":"Field Type Label Description on_write Concatenate.StrategyValue on_read Concatenate.StrategyValue bytes bytes","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate","id":"185","title":"Concatenate"},"186":{"body":"Field Type Label Description value Concatenate.Strategy","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.StrategyValue","id":"186","title":"Concatenate.StrategyValue"},"187":{"body":"Name Number Description DoNothing 0 Append 1 Prepend 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.Strategy","id":"187","title":"Concatenate.Strategy"},"188":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/debug/v1alpha1/debug.proto","id":"188","title":"quilkin/filters/debug/v1alpha1/debug.proto"},"189":{"body":"Field Type Label Description id google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Debug","id":"189","title":"Debug"},"19":{"body":"In (yet 😃) another shell, let's use netcat to send an udp packet. Run the following to connect netcat to Quilkin's receiving port of 7000 via UDP (-u): nc -u 127.0.0.1 7777 Type the word \"test\" and hit enter, you should see it echoed back to you like so: nc -u 127.0.0.1 7777\ntest\ntest Feel free to send even more packets, as many as you would like 👍. Congratulations! You have successfully routed a UDP packet and back again with Quilkin! What's next? Run through the Quilkin with Agones quickstart . Have a look at some of the examples we have.","breadcrumbs":"Netcat » 3. Send a packet","id":"19","title":"3. Send a packet"},"190":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/drop/v1alpha1/drop.proto","id":"190","title":"quilkin/filters/drop/v1alpha1/drop.proto"},"191":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Drop","id":"191","title":"Drop"},"192":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/firewall/v1alpha1/firewall.proto","id":"192","title":"quilkin/filters/firewall/v1alpha1/firewall.proto"},"193":{"body":"Field Type Label Description on_read Firewall.Rule repeated on_write Firewall.Rule repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall","id":"193","title":"Firewall"},"194":{"body":"Field Type Label Description min uint32 max uint32","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.PortRange","id":"194","title":"Firewall.PortRange"},"195":{"body":"Field Type Label Description action Firewall.Action sources string repeated ports Firewall.PortRange repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Rule","id":"195","title":"Firewall.Rule"},"196":{"body":"Name Number Description Allow 0 Deny 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Action","id":"196","title":"Firewall.Action"},"197":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/load_balancer/v1alpha1/load_balancer.proto","id":"197","title":"quilkin/filters/load_balancer/v1alpha1/load_balancer.proto"},"198":{"body":"Field Type Label Description policy LoadBalancer.PolicyValue","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer","id":"198","title":"LoadBalancer"},"199":{"body":"Field Type Label Description value LoadBalancer.Policy","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.PolicyValue","id":"199","title":"LoadBalancer.PolicyValue"},"2":{"body":"Some of Quilkin's advantages: Lower development and operational costs for securing, monitoring and making reliable multiplayer game servers and their communications. Provide entry-point redundancy for your game clients to connect to - making it much harder to take down your game servers. Multiple integration patterns, allowing you to choose the level of integration that makes sense for your architecture. Remove non-game specific computation out of your game server's processing loop - and save that precious CPU for your game simulation!","breadcrumbs":"Introduction » Why use Quilkin?","id":"2","title":"Why use Quilkin?"},"20":{"body":"","breadcrumbs":"Agones + Xonotic (Sidecar) » Quickstart: Quilkin with Agones and Xonotic (Sidecar)","id":"20","title":"Quickstart: Quilkin with Agones and Xonotic (Sidecar)"},"200":{"body":"Name Number Description RoundRobin 0 Random 1 Hash 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.Policy","id":"200","title":"LoadBalancer.Policy"},"201":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto","id":"201","title":"quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto"},"202":{"body":"Field Type Label Description max_packets uint64 period google.protobuf.UInt32Value Top","breadcrumbs":"Control Plane » Protobuf Reference » LocalRateLimit","id":"202","title":"LocalRateLimit"},"203":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/match/v1alpha1/match.proto","id":"203","title":"quilkin/filters/match/v1alpha1/match.proto"},"204":{"body":"Field Type Label Description on_read Match.Config optional on_write Match.Config optional","breadcrumbs":"Control Plane » Protobuf Reference » Match","id":"204","title":"Match"},"205":{"body":"Field Type Label Description value google.protobuf.Value filter envoy.config.listener.v3.Filter","breadcrumbs":"Control Plane » Protobuf Reference » Match.Branch","id":"205","title":"Match.Branch"},"206":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue branches Match.Branch repeated fallthrough envoy.config.listener.v3.Filter Top","breadcrumbs":"Control Plane » Protobuf Reference » Match.Config","id":"206","title":"Match.Config"},"207":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/pass/v1alpha1/pass.proto","id":"207","title":"quilkin/filters/pass/v1alpha1/pass.proto"},"208":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Pass","id":"208","title":"Pass"},"209":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/token_router/v1alpha1/token_router.proto","id":"209","title":"quilkin/filters/token_router/v1alpha1/token_router.proto"},"21":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides.","breadcrumbs":"Agones + Xonotic (Sidecar) » Requirements","id":"21","title":"Requirements"},"210":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » TokenRouter","id":"210","title":"TokenRouter"},"211":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/timestamp/v1alpha1/timestamp.proto","id":"211","title":"quilkin/filters/timestamp/v1alpha1/timestamp.proto"},"212":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Timestamp","id":"212","title":"Timestamp"},"213":{"body":".proto Type Notes C++ Java Python Go C# PHP Ruby double double double float float64 double float Float float float float float float32 float float Float int32 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead. int32 int int int32 int integer Bignum or Fixnum (as required) int64 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead. int64 long int/long int64 long integer/string Bignum uint32 Uses variable-length encoding. uint32 int int/long uint32 uint integer Bignum or Fixnum (as required) uint64 Uses variable-length encoding. uint64 long int/long uint64 ulong integer/string Bignum or Fixnum (as required) sint32 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s. int32 int int int32 int integer Bignum or Fixnum (as required) sint64 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s. int64 long int/long int64 long integer/string Bignum fixed32 Always four bytes. More efficient than uint32 if values are often greater than 2^28. uint32 int int uint32 uint integer Bignum or Fixnum (as required) fixed64 Always eight bytes. More efficient than uint64 if values are often greater than 2^56. uint64 long int/long uint64 ulong integer/string Bignum sfixed32 Always four bytes. int32 int int int32 int integer Bignum or Fixnum (as required) sfixed64 Always eight bytes. int64 long int/long int64 long integer/string Bignum bool bool boolean boolean bool bool boolean TrueClass/FalseClass string A string must always contain UTF-8 encoded or 7-bit ASCII text. string String str/unicode string string string String (UTF-8) bytes May contain any arbitrary sequence of bytes. string ByteString str []byte ByteString string String (ASCII-8BIT)","breadcrumbs":"Control Plane » Protobuf Reference » Scalar Value Types","id":"213","title":"Scalar Value Types"},"214":{"body":"services ports Protocol ADS 7800 gRPC(IPv4 OR IPv6) CPDS 7900 gRPC(IPv4 OR IPv6) Note: This service is currently in active experimentation and development so there may be bugs which cause it to be unusable for production, as always all bug reports are welcome and appreciated. For multi-cluster integration, Quilkin provides a relay service, that can be used with a multiple control plane services in different clusters to provide a unified \"Aggregated Discovery Service\" endpoint for proxy services. To connect to a control plane to a relay, add the --relay flag to your control plane with the address of the relay. Then to connect a proxy service to the relay's ADS endpoint, you use the same --management-server argument for connecting to control planes. To view all options for the relay subcommand, run: $ quilkin relay --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin relay [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -m, --mds-port Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] -x, --xds-port Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -h, --help Print help Each sub-control planes (file, agones, etc) matches the quilkin manage providers capabilities. Have a look at each of the Control Plane > Providers documentation for integration details.","breadcrumbs":"Relay » Control Plane Relay","id":"214","title":"Control Plane Relay"},"215":{"body":"To get started with the relay service we need to start the relay service, and then setup our configuration source. For this we're going to the built-in relay client in the control plane service to forward information to the relay. For this demo we'll use the file provider for the control plane, but this example works with any configuration provider. # quilkin.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:8888 To start the relay, run the relay command: quilkin relay To spawn the control plane and have the control plane send its configuration, we need to run the manage command with the --relay flag with the address of the relay of the relay server we just spawned which is at port 7900 by default. We're also going to set --admin-address and --port flags to avoid port collision with the relay's admin and xds endpoints. quilkin --admin-address http://localhost:8001 \\ manage \\ --port 7801 \\ --relay http://localhost:7900 \\ file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Control Plane\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config Since the relay service also exposes a aDS control plane endpoint, that represents the merged set of all sources, to connect this to the proxy all we have to do is use the same --management-server flag that we use to specify the location of control planes, then the proxies will be able to pull configuration from the relay. quilkin --admin-address http://localhost:8002 proxy --management-server http://127.0.0.1:7800 We can also additionally add a second control plane source to the relay, which will be merged with our control plane's configuration to create a singular set of data that the proxies can query using xDS discovery requests. # quilkin2.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:9999 quilkin --admin-address http://localhost:8003 \\ manage \\ --port 7802 \\ --relay http://localhost:7900 \\ file quilkin.yaml And that's it! We've just setup control planes to look for configuration changes in our system, a relay to merge any changes into a unified dataset, and set up proxies that make use of that data to decide where and how to send packets.","breadcrumbs":"Relay » Quickstart","id":"215","title":"Quickstart"},"216":{"body":"services ports Protocol QCMP 7600 UDP(IPv4 OR IPv6) For multi-cluster integration, Quilkin provides a agent service, that can be deployed to a cluster to act as a beacon for QCMP pings and forward cluster configuration information to a relay service. Agent configuration sources matches that of the Management Server , such as Filesystem and Agones . To view all options for the agent subcommand, run: $ quilkin agent --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin agent [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -q, --qcmp-port Port for QCMP service [env: QCMP_PORT=] [default: 7600] -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [possible values: v4, v6, any] -i, --icao-code The ICAO code for the agent [env: ICAO_CODE=] [default: XXXX] -h, --help Print help","breadcrumbs":"Relay » Agents » Quilkin Agent","id":"216","title":"Quilkin Agent"},"217":{"body":"The simplest version of the agent service is just running quilkin agent, this will setup just the QCMP service allowing the agent to be pinged for measuring round-time-trips (RTT). quilkin agent To run an agent with the relay (see relay quickstart for more information), you just need to specify the relay endpoint with the --relay flag and provide a configuration discovery provider such as a configuration file or Agones. quilkin --admin-adress http://localhost:8001 agent --relay http://localhost:7900 file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Agent\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config","breadcrumbs":"Relay » Agents » Quickstart","id":"217","title":"Quickstart"},"218":{"body":"This is an unreal engine 5 plugin for Quilkin, a UDP proxy for gameservers. The plugin provides several features that you can use with Quilkin deployments, such as proxying game traffic, and latency measurement. You can also find guide level documentation on how the proxy works in the Quilkin Book .","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"218","title":"Quilkin Unreal Engine Plugin"},"219":{"body":"Copy this plugin to your Plugins folder in your Engine directory.","breadcrumbs":"Unreal Engine » Installation","id":"219","title":"Installation"},"22":{"body":"In this step, we're going to set up a Xonotic dedicated game server, with Quilkin running as a sidecar , which will give us access to all the metrics that Quilkin provides. kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml This applies two resources to your cluster: A Kubernetes ConfigMap with a basic Quilkin static configuration. An Agones Fleet specification with Quilkin running as a sidecar to Xonotic, such that it can process all the UDP traffic and pass it to the Xonotic dedicated game server. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-htc2x-84mzm Ready 34.94.107.201 7533 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-htc2x-sdp4k Ready 34.94.107.201 7599 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 1. Agones Fleet with Quilkin","id":"22","title":"1. Agones Fleet with Quilkin"},"220":{"body":"Static configuration is available in the editor through UQuilkinDeveloperSettings in \"Project Settings\". Dynamic configuration is available through UQuilkinConfigSubsystem, it is initialised from the settings provided in UQuilkinDeveloperSettings, but can also be updated in code, and users can bind individual properties to delegates allowing them to dynamically set based on custom logic. bool Enabled Whether the plugin will attach a versioned routing token to UDP packets to allow load balancers forward traffic to the correct gameserver. This also requires the address the clients connect to be a Quilkin load balancer, if connected directly to a gameserver the client will be rejected. bool EnabledInPie By default Enabled is disabled in editor to prevent interfering with local clients and gameservers, you can override this behaviour by also enabling EnabledInPie. TArray RoutingToken The routing token representing the gameserver a client wants to reach, the token must be 16 bytes exactly. Currently the plugin only supports using Enabled with a routing token to create the following layout. It is assumed that the routing token would come from an external service, such as a matchmaking system. | token | version X bytes | 16 bytes | 1 byte TArray Endpoints A set of Quilkin load balancer endpoints that can be used for the following features. bool MeasureEndpoints When enabled, the plugin will start a new Tick task that executes at a fixed interval (currently 30 seconds), where it will spawn a new background task that will ping each endpoint in Endpoints, and track its measurement in a fixed size circular buffer. Pings are handled through Quilkin Control Message Protocol, this is a bespoke protocol for UDP to be able to support situations where for example using ICMP is not possible, see the Quilkin Book for more details on the protocol data unit. Note MeasureEndpoints is orthogonal to Enabled and UseEndpoints meaning that you can use MeasureEndpoints for latency measurements without being required to also use Quilkin for game traffic. bool UseEndpoints Whether to use Endpoints for game traffic. When enabled, instead of using the provided FInternetAddr, the plugin will choose the lowest latency endpoint available and send traffic through that endpoint to connect to the gameserver, and if the latency should exceed JitterThreshold then the plugin will attempt to redirect traffic to the next available endpoint with the lowest latency.","breadcrumbs":"Unreal Engine » Configuration","id":"220","title":"Configuration"},"221":{"body":"Quilkin exposes a number of delegates to be able to access certain information, they can be accessed through the FQuilkinDelegates class. GetQuilkinEndpointMeasurements returns TArray representing each endpoint set in Endpoints with their median latency. The array will be empty if no endpoints have been set and MeasureEndpoints is not enabled. GetLowestLatencyEndpoint returns TOptional is a specialisation of GetQuilkinEndpointMeasurements returning the lowest latency endpoint and its median latency. The delegate will return None if the array is empty and MeasureEndpoints is not enabled.","breadcrumbs":"Unreal Engine » Delegates","id":"221","title":"Delegates"},"222":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"222","title":"Administration"},"223":{"body":"By default, Quilkin will log INFO level events, you can change this by setting the RUST_LOG environment variable. See log documentation for more advanced usage. If you are debugging Quilkin set the RUST_LOG environment variable to quilkin=trace, to filter trace level logging to only Quilkin components. Verbose logging in Quilkin will affect performance considerably, so we recommend only turning it on for debugging purposes.","breadcrumbs":"Administration » Logging","id":"223","title":"Logging"},"224":{"body":"Quilkin exposes an HTTP interface to query different aspects of the server. It is assumed that the administration interface will only ever be able to be accessible on localhost. By default, the administration interface is bound to [::]:8000, but it can be configured with the --admin-address CLI flag or the QUILKIN_ADMIN_ADDRESS environment.","breadcrumbs":"Administration » HTTP API","id":"224","title":"HTTP API"},"225":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"225","title":"Endpoints"},"226":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Liveness is defined as \"hasn't panicked\", as long as the process has not panicked quilkin is considered live.","breadcrumbs":"Administration » /live","id":"226","title":"/live"},"227":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Readiness is service and provider specific, so based on what you're running there will be different criteria for a service to be considered ready. Here's a list of the criteria for each service an provider. Service Readiness Proxy Management server is connected (or always true if config is static) OR if there is more than one endpoint configured Manage Provider is ready Relay Provider is ready Agent Provider is ready AND connected to relay Provider Readiness Agones The service is connected to kube-api File The service has found and watches the file When setting thresholds for your proxy probes, you generally want to set a low check period (e.g. periodSeconds=1) and a low success threshold (e.g. successThreshold=1), but a high failureThreshold (e.g. failureThreshold=60) and terminationGracePeriodSeconds to allow for backoff attempts and existing player sessions to continue without disruption. Proxy Mode Will return an HTTP status of 200 when there is at least one endpoint to send data to. This is primarily to ensure that new proxies that have yet to get configuration information from an xDS server aren't send data until they are fully populated. xDS Provider Mode Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /ready","id":"227","title":"/ready"},"228":{"body":"Outputs Prometheus formatted metrics for this instance. See the Proxy Metrics documentation for what proxy metrics are available. See the xDS Metrics documentation for what xDS metrics are available. Heap Allocation Metrics Quilkin exposes the following metrics on heap allocations, which are useful for performance observability: quilkin_allocation_bytes_total (Counter) The total number of allocated bytes. quilkin_allocation_total (Counter) The total number of allocations. quilkin_extant_allocation_size (Gauge) The current total of extant allocation bytes. quilkin_extant_allocation_count (Gauge) The current number of extant allocations\"","breadcrumbs":"Administration » /metrics","id":"228","title":"/metrics"},"229":{"body":"This provides a endpoint to profile Quilkin's performance. You can use with any system which supports pprof output such as Pyroscope . This requires setting up a writable /tmp directory in the Quilkin container. E.g. apiVersion: apps/v1\nkind: Deployment\nspec: template: spec: containers: - name: quilkin # ...Other container configuration... volumeMounts: - mountPath: /tmp name: tmp subPath: tmp volumes: - name: tmp emptyDir: medium: Memory sizeLimit: 64Mi","breadcrumbs":"Administration » /debug/pprof/profile","id":"229","title":"/debug/pprof/profile"},"23":{"body":"Usually with Agones you would Allocate a GameServer, but we'll skip this step for this example. Choose one of the listed GameServers from the previous step, and connect to the IP and port of the Xonotic server via the \"Multiplayer > Address\" field in the Xonotic client in the format of {IP}:{PORT}. xonotic-address.png You should now be playing a game of Xonotic against 4 bots!","breadcrumbs":"Agones + Xonotic (Sidecar) » 2. Play Xonotic!","id":"23","title":"2. Play Xonotic!"},"230":{"body":"Returns a JSON representation of the cluster and filterchain configuration that the instance is running with at the time of invocation.","breadcrumbs":"Administration » /config","id":"230","title":"/config"},"231":{"body":"The Quilkin proxy can be integrated with your dedicated game servers in several ways, each providing different capabilities and complexity tradeoffs. Below captures several of the most useful and prevalent architectural patterns to give you inspiration on how you can use Quilkin in your multiplayer game networking architecture. These examples as well many others are available on Github repository.","breadcrumbs":"Architecture Examples » Quilkin Integration Examples","id":"231","title":"Quilkin Integration Examples"},"232":{"body":"| | Internet | | |\n┌─────────┐ | ┌────────────────┐ ┌────────────────┐\n│ Game │ | │ Quilkin │ │ Dedicated │\n│ Client ◄──────────────────► (Server Proxy) │ │ Game Server │\n└─────────┘ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | ┌────────────────┐ ┌────────────────┐ | │ Quilkin │ │ Dedicated │ | │ (Server Proxy) │ │ Game Server │ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | | This is the simplest integration and configuration option with Quilkin, but does provide the smallest number of possible feature implementations and ability to provide redundancy. That being said, this is a low risk way to integrate Quilkin, and take advantage of the out-of-the-box telemetry and metric information that comes with Quilkin. In this example, the Server proxy is running alongside the dedicated game server - on the same public IP/machine/container. This is often referred to as a sidecar pattern. Communication between the Server Proxy and the Dedicated Game Server occurs over the localhost network, with a separate port for each Game Client connection. Clients connect to the Server Proxy's public port/IP combination, and the Server Proxy routes all traffic directly to the dedicated game server. The Server Proxy can still use filters such as rate limiting, compression, firewall rules, etc as long as the Game Client conforms to the standard protocols utilised by those filters as appropriate.","breadcrumbs":"Architecture Examples » Server Proxy as a Sidecar","id":"232","title":"Server Proxy as a Sidecar"},"233":{"body":"| | Internet | | |\n┌─────────┐ ┌────────────────┐ | ┌────────────────┐ ┌────────────────┐\n│ Game │ │ Quilkin │ | │ Quilkin │ │ Dedicated │\n│ Client ◄────► (Client Proxy) ◄────────────► (Server Proxy) │ │ Game Server │\n└─────────┘ └────────────────┘ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | ┌────────────────┐ ┌────────────────┐ | │ Quilkin │ │ Dedicated │ | │ (Server Proxy) │ │ Game Server │ | │ ◄─► │ | └────────────────┘ └────────────────┘ | | | | This example is the same as the above, but puts a Client Proxy between the Game Client, and the Server Proxy to take advantage of Client Proxy functionality. The Client Proxy may be integrated as a standalone binary, directly into the client with communication occurring over a localhost port or it may be possible utlise one of our client SDKs such as Unreal Engine . The Client Proxy can now utilise filters, such as compression, without having to change the Game Client. The Game Client will need to communicate to the Client Proxy what IP it should connect to when the Client is match-made with a Game Server.","breadcrumbs":"Architecture Examples » Client Proxy to Sidecar Server Proxy","id":"233","title":"Client Proxy to Sidecar Server Proxy"},"234":{"body":"| | | | Internet Private | Network | ┌────────────────┐ | ┌────────────────┐ | │ Quilkin │ | │ Dedicated │ | ┌──► (Server Proxy) ◄──────────┬───► Game Server │\n┌─────────┐ ┌────────────────┐ | │ │ │ | │ │ │\n│ Game │ │ Quilkin ◄───────┤ └────────────────┘ | │ └────────────────┘\n│ Client ◄──────► (Client Proxy) │ | │ | │\n└─────────┘ └────────────────┘ | │ ┌────────────────┐ | │ ┌────────────────┐ | │ │ Quilkin │ | │ │ Dedicated │ | └──► (Server Proxy) ◄──────────┘ │ Game Server │ | │ │ | │ │ | └────────────────┘ | └────────────────┘ | | | ┌────────────────┐ | ┌────────────────┐ | │ Quilkin │ | │ Dedicated │ | │ (Server Proxy) │ | │ Game Server │ | │ │ | │ │ | └────────────────┘ | └────────────────┘ | ▲ | ▲ │ │ │ ┌───────────┴────┐ │ │ xDS │ └──────────────┤ Control Plane │ └────────────────┘ This is the most complex configuration, but enables the most reuse of Quilkin's functionality, while also providing the most redundancy and security for your dedicated game servers. The Game client sends and receives packets from the Quilkin client proxy. The Client Proxy may be integrated as a standalone binary, with communication occurring over a localhost port, or it could be integrated directly with the game client as a library, or the client could utilise one of our [client SDKs] if Rust integration is not possible. The Client Proxy can utilise the full set of filters, such as concatenation (for routing), compression or load balancing, without having to change the Game Client. A hosted set of Quilkin Server proxies that have public IP addresses, are connected to an xDS Control Plane to coordinate routing and access control to the dedicated game servers, which are on private IP addresses. The Client Proxy is made aware of one or more Server proxies to connect to, possibly via their Game Client matchmaker or another service, with an authentication token to pass to the Server proxies, such that the UDP packets can be routed correctly to the dedicated game server they should connect to. Dedicated game servers receive traffic as per normal from the Server Proxies, and send data back to the proxies directly. If the dedicated game server always expects traffic from only a single ip/port combination for client connection, then traffic will always need to be sent through a single Server Proxy. Otherwise, UDP packets can be load balanced via the Client Proxy to multiple Server Proxies for even greater redundancy.","breadcrumbs":"Architecture Examples » Client Proxy to Separate Server Proxies Pools","id":"234","title":"Client Proxy to Separate Server Proxies Pools"},"235":{"body":"Have a look at the Administration API . Review the set of filters that are available. Diagrams powered by asciiflow.com","breadcrumbs":"Architecture Examples » What Next?","id":"235","title":"What Next?"},"236":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"236","title":"Third Party Videos and Presentations"},"237":{"body":"(Does not require GDCVault access to watch) Previous talks have looked at two open source projects: Agones, the platform for orchestrating and scaling dedicated multiplayer game servers on top of Kubernetes, and Quilkin, an extensible UDP proxy specifically built for protecting, observing and authenticating game server communications. On the surface this seems like a very powerful combination, but manually integrating the two can be a tricky and intimidating process. You need to know and understand the Kubernetes API and its client libraries, and then tie it into Quilkin's xDS compliant API implementation all through some custom code - which is a large and complex amount of work (and a lot of acronyms). In this talk, Mark Mandel, Developer Advocate at Google Cloud, will look at how anyone can utilize Quilkin's native Agones integration to provide a turnkey solution for proxying UDP traffic to game servers providing an extra layer of protection and observability when orchestrating game servers on top of Kubernetes.","breadcrumbs":"Videos and Presentations » GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes","id":"237","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"24":{"body":"Let's take a look at some metrics that Quilkin outputs. Grab the name of the GameServer you connected to before, and replace the ${gameserver} value below, and run the command. This will forward the admin interface to localhost. kubectl port-forward ${gameserver} 8000 Then open a browser to http://localhost:8000/metrics to see the Prometheus metrics that Quilkin exports.","breadcrumbs":"Agones + Xonotic (Sidecar) » 3. Check out the metrics","id":"24","title":"3. Check out the metrics"},"25":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 5. Cleanup","id":"25","title":"5. Cleanup"},"26":{"body":"Let's take this one step further and compress the data between the Xonotic client and the server, without having to change either of them! Let's create a new Xonotic Fleet on our Agones cluster, but this time configured such that Quilkin will decompress packets that are incoming. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml This will implement the Compress filter in our Quilkin sidecar proxy in our new Fleet. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-compress-htc2x-84mzm Ready 34.94.107.201 7534 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-compress-htc2x-sdp4k Ready 34.94.107.201 7592 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 6. Agones Fleet, but with Compression","id":"26","title":"6. Agones Fleet, but with Compression"},"27":{"body":"What we will do in this step, is run Quilkin locally as a client-side proxy to compress the UDP data before it is sent up to our Xonotic servers that are expecting compressed data. First, grab a copy of the Quilkin configuration client-compress.yaml locally. This has the Compress filter already configured, but we need to fill in the address to connect to. Rather than editing a file, this could also be sent through the xDS API , but it is easier to demonstrate this functionality through a static configuration. Instead of connecting Xonotic directly, take the IP and port from one of the Agones hosted GameServer records, and replace the ${GAMESERVER_IP} and ${GAMESERVER_PORT} values in your copy of client-compress.yaml. Run this configuration locally as: quilkin -c ./client-compress.yaml proxy Now we can connect to the local client proxy on \"127.0.0.1:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of compressing the data for you without having to change the game client! Congratulations! You are now using Quilkin to manipulate the game client to server connection, without having to edit either!","breadcrumbs":"Agones + Xonotic (Sidecar) » 4. Play Xonotic, through Quilkin","id":"27","title":"4. Play Xonotic, through Quilkin"},"28":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 7. Cleanup","id":"28","title":"7. Cleanup"},"29":{"body":"Have a look at the examples folder for configuration and usage examples.","breadcrumbs":"Agones + Xonotic (Sidecar) » What's Next?","id":"29","title":"What's Next?"},"3":{"body":"Quilkin incorporates these abilities: Non-transparent proxying of UDP data, the internal state of your game architecture is not visible to bad actors. Out of the box metrics for UDP packet information. Composable tools for access control and security. Able to be utilised as a standalone binary, with no client/server changes required or as a Rust library depending on how deep an integration you wish for your system. Integration with Game Server hosting platforms such as Agones . Can be integrated with C/C++ code bases via FFI.","breadcrumbs":"Introduction » Major Features","id":"3","title":"Major Features"},"30":{"body":"","breadcrumbs":"Agones + Xonotic (xDS) » Quickstart: Quilkin with Agones and Xonotic (xDS)","id":"30","title":"Quickstart: Quilkin with Agones and Xonotic (xDS)"},"31":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (xDS) » Requirements","id":"31","title":"Requirements"},"32":{"body":"In this quickstart, we'll be setting up an example Xonotic Agones Fleet, that will only be accessible through Quilkin that is hosted within the same cluster, utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Agones xDS Provider to provide an out-of-the-box control plane for integration between Agones and Quilkin's xDS configuration API with minimal effort.","breadcrumbs":"Agones + Xonotic (xDS) » 1. Overview","id":"32","title":"1. Overview"},"33":{"body":"To install Quilkin as an Agones integrated xDS control plane, we can create a deployment of Quilkin running as quilkin manage agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/xds-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin manage agones process to inspect Agones resources. A matching Deployment that runs the quilkin manage process xDS control plane and a Service that the Quilkin proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 76s We can now run kubectl get service quilkin-manage-agones and see the service that is generated in front of the above Deployment for our Quilkin proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-manage-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-manage-agones ClusterIP 10.104.2.72 80/TCP 1m23s","breadcrumbs":"Agones + Xonotic (xDS) » 2. Install Quilkin Agones xDS Provider","id":"33","title":"2. Install Quilkin Agones xDS Provider"},"34":{"body":"To install the Quilkin Proxy pool which connects to the above xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-manage-agones:80 all connected to the quilkin-manage-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 5m7s\nquilkin-proxies-78965c446d-dqvjg 1/1 Running 0 6s\nquilkin-proxies-78965c446d-fr6zs 1/1 Running 0 6s\nquilkin-proxies-78965c446d-m4rr7 1/1 Running 0 6s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin manage agones instance. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin manage agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the xds-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (xDS) » 3. Install Quilkin Proxy Pool","id":"34","title":"3. Install Quilkin Proxy Pool"},"35":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Ready 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 34s","breadcrumbs":"Agones + Xonotic (xDS) » 4. Create the Agones Fleet","id":"35","title":"4. Create the Agones Fleet"},"36":{"body":"To let the Quilkin xDS provider know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Allocated 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 23m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: $ kubectl describe gameserver xonotic-d7rfx-55j7q\nName: xonotic-d7rfx-55j7q\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-h5cfn\nAnnotations: agones.dev/last-allocated: 2022-12-19T22:59:22.099818298Z agones.dev/ready-container-id: containerd://7b3d9e9dbda6f2e0381df7669f6117bf3e54171469cfacbce2670605a61ce4b8 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"34.168.170.51:7226\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The xDS process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set the routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (xDS) » 5. Allocate a GameServer","id":"36","title":"5. Allocate a GameServer"},"37":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (xDS) » Connecting Client Side","id":"37","title":"Connecting Client Side"},"38":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (xDS) » What's Next?","id":"38","title":"What's Next?"},"39":{"body":"","breadcrumbs":"Agones + Xonotic (Relay) » Quickstart: Quilkin with Agones and Xonotic (Relay)","id":"39","title":"Quickstart: Quilkin with Agones and Xonotic (Relay)"},"4":{"body":"Quilkin provides a variety of different services depending on your use-case. The primary service is proxy , which runs a reverse UDP proxy. To see a basic usage of the command-line interface run through the netcat with Quilkin quickstart . For more advanced usage, you might also be interested in: Checking out the installation guide Having a look at the example projects for basic configuration examples. Checking out the example deployment architecture for deploying quilkin for your game network. $ quilkin --help\nThe Command-Line Interface for Quilkin Usage: quilkin [OPTIONS] Commands: agent Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services generate-config-schema Generates JSON schema files for known filters manage Runs Quilkin as a xDS management server, using `provider` as a configuration source qcmp proxy Run Quilkin as a UDP reverse proxy relay Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services help Print this message or the help of the given subcommand(s) Options: --no-admin Whether to spawn the admin server or not [env: NO_ADMIN=] -c, --config The path to the configuration file for the Quilkin instance [env: QUILKIN_CONFIG=] [default: quilkin.yaml] --admin-address The port to bind for the admin server [env: QUILKIN_ADMIN_ADDRESS=] -q, --quiet Whether Quilkin will report any results to stdout/stderr [env: QUIET=] --log-format [default: auto] [possible values: auto, json, plain, pretty] -h, --help Print help -V, --version Print version","breadcrumbs":"Introduction » What Next?","id":"4","title":"What Next?"},"40":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (Relay) » Requirements","id":"40","title":"Requirements"},"41":{"body":"In this quickstart, we'll be setting up an example multi-cluster Xonotic Agones Fleet, that will only be accessible through Quilkin, via utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Relay to provide an out-of-the-box multi-cluster xDS control plane, and the Agones Agent to send information from the cluster(s) to the relay, which can be used as a management server for each of the Quilkin Proxy instances. While the application of quilkin relay is to ultimately provide a solution where multiple clusters feed configuration information into a single relay endpoint via a quilkin agent, in this example we'll use a single cluster for demonstrative purposes.","breadcrumbs":"Agones + Xonotic (Relay) » 1. Overview","id":"41","title":"1. Overview"},"42":{"body":"To install Quilkin as an Agones integrated relay control plane, we can create a deployment of Quilkin running as quilkin relay with a corresponding Agones agent, quilkin agent agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/relay-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin agent agones process to inspect Agones resources. A Deployment that runs the quilkin relay process, a matching Deployment for the quilkin agent process and a Service that the Quilkin agents can send configuration information to, and the Proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-qh7cq 1/1 Running 0 6s\nquilkin-relay-agones-55fbd69f5d-cdh9k 1/1 Running 0 6s We can now run kubectl get service quilkin-relay-agones and see the service that is generated in front of the above Quilkin Relay Deployment for our Quilkin Proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-relay-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-relay-agones ClusterIP 10.103.243.246 7800/TCP,7900/TCP 57s","breadcrumbs":"Agones + Xonotic (Relay) » 2. Install Quilkin Relay and Agones Agent","id":"42","title":"2. Install Quilkin Relay and Agones Agent"},"43":{"body":"To install the Quilkin Proxy pool which connects to the above Relay xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-relay-agones:7900 all of which are connected to the quilkin-relay-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods NAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-5brzf 1/1 Running 0 18s\nquilkin-proxies-7d9bbbccdf-5mz4l 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-9vd59 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-vwn2f 1/1 Running 0 7s\nquilkin-relay-agones-55fbd69f5d-k2n7b 1/1 Running 0 18s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin agent agones instance and passed through the quilkin relay instance into each of the proxies. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin agent agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the relay-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (Relay) » 3. Install Quilkin Proxy Pool","id":"43","title":"3. Install Quilkin Proxy Pool"},"44":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Ready 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 1m","breadcrumbs":"Agones + Xonotic (Relay) » 4. Create the Agones Fleet","id":"44","title":"4. Create the Agones Fleet"},"45":{"body":"To let the Quilkin Agones Agent know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Allocated 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 17m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: ❯ kubectl describe gs xonotic-8ns7b-2lk5d\nName: xonotic-8ns7b-2lk5d\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-8ns7b\nAnnotations: agones.dev/last-allocated: 2023-10-04T19:47:04.047026419Z agones.dev/ready-container-id: containerd://b39d30965becdbc40336fd9aa642fe776421553615f642dd599e1b0d88c505b6 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"39.168.219.72:7015\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The Agones agent process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (Relay) » 5. Allocate a GameServer","id":"45","title":"5. Allocate a GameServer"},"46":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (Relay) » Connecting Client Side","id":"46","title":"Connecting Client Side"},"47":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (Relay) » What's Next?","id":"47","title":"What's Next?"},"48":{"body":"Services Ports Protocol Proxy 7777 UDP (IPv4 OR IPv6) QCMP 7600 UDP (IPv4 OR IPv6) \"Proxy\" is the primary Quilkin service, which acts as a non-transparent UDP proxy. To view all the options for the proxy subcommand, run: $ quilkin proxy --help\nRun Quilkin as a UDP reverse proxy Usage: quilkin proxy [OPTIONS] Options: -m, --management-server One or more `quilkin manage` endpoints to listen to for config changes [env: QUILKIN_MANAGEMENT_SERVER=] --mmdb The remote URL or local file path to retrieve the Maxmind database [env: MMDB=] -p, --port The port to listen on [env: QUILKIN_PORT=] [default: 7777] -q, --qcmp-port The port to listen on [env: QUILKIN_QCMP_PORT=] [default: 7600] --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] --to-tokens Assigns dynamic tokens to each address in the `--to` argument Format is `:` [env: QUILKIN_DEST_TOKENS=] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -w, --workers Number of worker threads used to process packets. If not specified defaults to number of cpus [env: QUILKIN_WORKERS=] -h, --help Print help (see a summary with '-h')","breadcrumbs":"Proxy » Proxy","id":"48","title":"Proxy"},"49":{"body":"An Endpoint represents an address that Quilkin forwards packets to that it has received from the source port. It is represented by an IP address and port. An Endpoint can optionally be associated with an arbitrary set of metadata as well.","breadcrumbs":"Proxy » Endpoints","id":"49","title":"Endpoints"},"5":{"body":"There are variety of automated and manual methods for installing Quilkin onto your system. For cloud deployments Quilkin provides a container image to make it easily to immediately start using it. You can also install Quilkin on your local machine through Cargo .","breadcrumbs":"Installation » Installation","id":"5","title":"Installation"},"50":{"body":"Filters are the way for a Quilkin proxy to intercept UDP packet traffic from the source and Endpoints in either direction, and be able to inspect, manipulate, and route the packets as desired. See Filters for a deeper dive into Filters, as well as the list of build in Filters that come with Quilkin.","breadcrumbs":"Proxy » Proxy Filters","id":"50","title":"Proxy Filters"},"51":{"body":"Endpoint metadata is an arbitrary set of key value pairs that are associated with an Endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. Metadata associated with an endpoint contain arbitrary key value pairs which Filters can consult when processing packets (e.g they can contain information that determine whether or not to route a particular packet to an endpoint).","breadcrumbs":"Proxy » Endpoint Metadata","id":"51","title":"Endpoint Metadata"},"52":{"body":"Access tokens that can be associated with an endpoint are simply a special piece of metadata well known to Quilkin and utilised by the built-in TokenRouter filter to route packets. Such well known values are placed within an object in the endpoint metadata, under the special key quilkin.dev. Currently, only the tokens key is in use. As an example, the following shows the configuration for an endpoint with its metadata: clusters: - endpoints: - address: 127.0.0.1:26000 metadata: canary: false quilkin.dev: # This object is extracted by Quilkin and is usually reserved for built-in features tokens: - MXg3aWp5Ng== # base64 for 1x7ijy6 - OGdqM3YyaQ== # base64 for 8gj3v2i An endpoint's metadata can be specified alongside the endpoint in static configuration or using the xDS endpoint metadata field when using dynamic configuration via xDS.","breadcrumbs":"Proxy » Specialist Endpoint Metadata","id":"52","title":"Specialist Endpoint Metadata"},"53":{"body":"A session represents ongoing communication flow between a client on a [Local Port] and an Endpoint . Quilkin uses the \"Session\" concept to track traffic flowing through the proxy between any client-server pair. A Session serves the same purpose, and can be thought of as a lightweight version of a TCP session in that, while a TCP session requires a protocol to establish and teardown: A Quilkin session is automatically created upon receiving the first packet from a client via the [Local Port] to be sent to an upstream Endpoint . The session is automatically deleted after a period of inactivity (where no packet was sent between either party) - currently 60 seconds. A session is identified by the 4-tuple (client IP, client Port, server IP, server Port) where the client is the downstream endpoint which initiated the communication with Quilkin and the server is one of the upstream Endpoints that Quilkin proxies traffic to. Sessions are established after the filter chain completes. The destination Endpoint of a packet is determined by the filter chain , so a Session can only be created after filter chain completion. For example, if the filter chain drops all packets, then no session will ever be created.","breadcrumbs":"Proxy » Session","id":"53","title":"Session"},"54":{"body":"While much of Quilkin's proxy configuration can be configured via its command line interface , if you have a larger or more complex configuration it might be useful to use a configuration file instead. The following is the schema and reference for Quilkin's proxy configuration file. See the examples folder for example configuration files. By default, Quilkin will look for a configuration file named quilkin.yaml in its current running directory first, then if not present, in /etc/quilkin/quilkin.yaml on UNIX systems. This can be overridden with the -c/--config command-line argument, or the QUILKIN_FILENAME environment variable.","breadcrumbs":"Proxy » Configuration File » Configuration File","id":"54","title":"Configuration File"},"55":{"body":"Example of a full configuration for quilkin proxy that utlisies a static endpoint configuration to specify two endpoints with token metadata attached to each: #\n# Example configuration for a Quilkin Proxy with static Endpoints\n# version: v1alpha1\nid: my-proxy # An identifier for the proxy instance.\nclusters: # grouping of clusters - endpoints: # array of potential endpoints to send on traffic to - address: 127.0.0.1:26000 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - MXg3aWp5Ng== # the connection byte array to route to, encoded as base64 (string value: 1x7ijy6) - OGdqM3YyaQ== # (string value: 8gj3v2i) - address: 127.0.0.1:26001 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - bmt1eTcweA== # (string value: nkuy70x) This is a great use of a static configuration file, as we only get a singular --to endpoint address via the command line arguments. We can also configure Filters via the configuration file. See that section for documentation.","breadcrumbs":"Proxy » Configuration File » Static Configuration","id":"55","title":"Static Configuration"},"56":{"body":"If you need to dynamically change either Filters and/or Endpoints at runtime, see the Control Plane documentation on the configuration API surface, and built in dynamic management providers.","breadcrumbs":"Proxy » Configuration File » Dynamic Configuration","id":"56","title":"Dynamic Configuration"},"57":{"body":"The full JSON Schema for the YAML configuration file. type: object\nproperties: version: type: string description: | The configuration file version to use. enum: - v1alpha1 id: type: string description: | An identifier for the proxy instance. default: On linux, the machine hostname is used as default. On all other platforms a UUID is generated for the proxy. port: type: integer description: | The listening port. In \"proxy\" mode, the port for traffic to be sent to. In \"manage\" mode, the port to connect to the xDS API. default: 7000 maxmind_db: type: string description: | The remote URL or local file path to retrieve the Maxmind database (requires licence). filters: type: array description: | A filter chain. items: '$ref': {} # Refer to the Filter documentation for a filter configuration schema. clusters: type: array description: | grouping of endpoints, per cluster. items: type: object properties: endpoints: type: array description: | A list of upstream endpoints to forward packets to. items: type: object description: | An upstream endpoint properties: address: type: string description: | Socket address of the endpoint. This must be of the ´IP:Port` form e.g `192.168.1.1:7001` metadata: type: object description: | Arbitrary key value pairs that is associated with the endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. required: - address","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"57","title":"Json Schema"},"58":{"body":"In most cases, we would like Quilkin to do some preprocessing of received packets before sending them off to their destination. Because this stage is entirely specific to the use case at hand and differs between Quilkin deployments, we must have a say over what tweaks to perform - this is where filters come in.","breadcrumbs":"Proxy » Filters » Packet Filters","id":"58","title":"Packet Filters"},"59":{"body":"A filter represents a step in the tweaking/decision-making process of how we would like to process our packets. For example, at some step, we might choose to append some metadata to every packet we receive before forwarding it while at a later step, choose not to forward packets that don't meet some criteria. Quilkin lets us specify any number of filters and connect them in a sequence to form a packet processing pipeline similar to a Unix pipeline - we call this pipeline a Filter chain. The combination of filters and filter chain allows us to add new functionality to fit every scenario without changing Quilkin's core. As an example, say we would like to perform the following steps in our processing pipeline to the packets we receive. Append a predetermined byte to the packet. Compress the packet. Do not forward (drop) the packet if its compressed length is over 512 bytes. We would create a filter corresponding to each step either by leveraging any existing filters that do what we want or writing one ourselves and connect them to form the following filter chain: append | compress | drop When Quilkin consults our filter chain, it feeds the received packet into append and forwards the packet it receives (if any) from drop - i.e the output of append becomes the input into compress and so on in that order. There are a few things we note here: Although we have in this example, a filter called drop, every filter in the filter chain has the same ability to drop or update a packet - if any filter drops a packet then no more work needs to be done regarding that packet so the next filter in the pipeline never has any knowledge that the dropped packet ever existed. The filter chain is consulted for every received packet, and its filters are traversed in reverse order for packets travelling in the opposite direction. A packet received downstream will be fed into append and the result from drop is forwarded upstream - a packet received upstream will be fed into drop and the result from append is forwarded downstream. Exactly one filter chain is specified and used to process all packets that flow through Quilkin.","breadcrumbs":"Proxy » Filters » Filters and Filter chain","id":"59","title":"Filters and Filter chain"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1 - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 10 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);\n# } We specify our filter chain in the .filters section of the proxy's configuration which has takes a sequence of FilterConfig objects. Each object describes all information necessary to create a single filter. The above example creates a filter chain comprising a Debug filter followed by a LocalRateLimit filter - the effect is that every packet will be logged and the proxy will not forward more than 10 packets per second. The sequence determines the filter chain order so its ordering matters - the chain starts with the filter corresponding the first filter config and ends with the filter corresponding the last filter config in the sequence.","breadcrumbs":"Proxy » Filters » Configuration Examples","id":"60","title":"Configuration Examples"},"61":{"body":"A filter within the filter chain can share data within another filter further along in the filter chain by propagating the desired data alongside the packet being processed. This enables sharing dynamic information at runtime, e.g information about the current packet that might be useful to other filters that process that packet. At packet processing time each packet is associated with filter dynamic metadata (a set of key-value pairs). Each key is a unique string while its value is an associated quilkin::metadata::Value . When a filter processes a packet, it can choose to consult the associated dynamic metadata for more information or itself add/update or remove key-values from the set. As an example, the built-in [CaptureBytes] filter is one such filter that populates a packet's filter metadata. [CaptureBytes] extracts information (a configurable byte sequence) from each packet and appends it to the packet's dynamic metadata for other filters to leverage. On the other hand, the built-in TokenRouter filter selects what endpoint to route a packet by consulting the packet's dynamic metadata for a routing token. Consequently, we can build a filter chain with a [CaptureBytes] filter preceeding a TokenRouter filter, both configured to write and read the same key in the dynamic metadata entry. The effect would be that packets are routed to upstream endpoints based on token information extracted from their contents.","breadcrumbs":"Proxy » Filters » Filter Dynamic Metadata","id":"61","title":"Filter Dynamic Metadata"},"62":{"body":"The following metadata are currently used by Quilkin core and built-in filters. Name Type Description quilkin.dev/captured Bytes The default key under which the Capture filter puts the byte slices it extracts from each packet.","breadcrumbs":"Proxy » Filters » Well Known Dynamic Metadata","id":"62","title":"Well Known Dynamic Metadata"},"63":{"body":"Quilkin includes several filters out of the box. Filter Description Capture Capture specific bytes from a packet and store them in filter dynamic metadata . Compress Compress and decompress packets data. Concatenate Add authentication tokens to packets. Debug Logs every packet. Drop Drop all packets Firewall Allowing/blocking traffic by IP and port. LoadBalancer Distributes downstream packets among upstream endpoints. LocalRateLimit Limit the frequency of packets. Match Change Filter behaviour based on dynamic metadata Pass Allow all packets through Timestamp Accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. TokenRouter Send packets to endpoints based on metadata.","breadcrumbs":"Proxy » Filters » Built-in filters","id":"63","title":"Built-in filters"},"64":{"body":"Represents configuration for a filter instance. properties: name: type: string description: | Identifies the type of filter to be created. This value is unique for every filter type - please consult the documentation for the particular filter for this value. config: type: object description: | The configuration value to be passed onto the created filter. This is passed as an object value since it is specific to the filter's type and is validated by the filter implementation. Please consult the documentation for the particular filter for its schema. required: [ 'name' ]","breadcrumbs":"Proxy » Filters » FilterConfig","id":"64","title":"FilterConfig"},"65":{"body":"The Capture filter's job is to find a series of bytes within a packet, and capture it into Filter Dynamic Metadata , so that it can be utilised by filters further down the chain. This is often used as a way of retrieving authentication tokens from a packet, and used in combination with Concatenate and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"65","title":"Capture"},"66":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"66","title":"Capture strategies"},"67":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"67","title":"Suffix"},"68":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"68","title":"Prefix"},"69":{"body":"Captures bytes using a regular expression. Unlike other capture strategies, the regular expression can return one or many values if there are multiple matches.","breadcrumbs":"Proxy » Filters » Capture » Regex","id":"69","title":"Regex"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-9acd7c0 Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"70","title":"Filter name"},"71":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Capture » Configuration Examples","id":"71","title":"Configuration Examples"},"72":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- metadata_key\n- strategy\nproperties: metadata_key: description: The key to use when storing the captured value in the filter context. If a match was found it is available under `{{metadata_key}}/is_present`. allOf: - $ref: '#/definitions/Key' strategy: description: The capture strategy. allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Key: description: A key in the metadata table. type: string Strategy: description: Strategy to apply for acquiring a set of bytes in the UDP packet oneOf: - description: Looks for the set of bytes at the beginning of the packet type: object required: - kind - size properties: kind: type: string enum: - PREFIX remove: description: Whether captured bytes are removed from the original packet. default: false type: boolean size: description: The number of bytes to capture. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - size properties: kind: type: string enum: - SUFFIX remove: description: The number of bytes to capture. default: false type: boolean size: description: Whether captured bytes are removed from the original packet. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - pattern properties: kind: type: string enum: - REGEX pattern: description: The regular expression to use for capture. type: string","breadcrumbs":"Proxy » Filters » Capture » Configuration Options ( Rust Doc )","id":"72","title":"Configuration Options ( Rust Doc )"},"73":{"body":"The Compress filter's job is to provide a variety of compression implementations for compression and subsequent decompression of UDP data when sent between systems, such as a game client and game server.","breadcrumbs":"Proxy » Filters » Compress » Compress","id":"73","title":"Compress"},"74":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"74","title":"Filter name"},"75":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); The above example shows a proxy that could be used with a typical game client, where the original client data is sent to the local listening port and then compressed when heading up to a dedicated game server, and then decompressed when traffic is returned from the dedicated game server before being handed back to game client. It is worth noting that since the Compress filter modifies the entire packet , it is worth paying special attention to the order it is placed in your Filter configuration . Most of the time it will likely be the first or last Filter configured to ensure it is compressing the entire set of data being sent.","breadcrumbs":"Proxy » Filters » Compress » Configuration Examples","id":"75","title":"Configuration Examples"},"76":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: mode: default: SNAPPY allOf: - $ref: '#/definitions/Mode' on_read: $ref: '#/definitions/Action' on_write: $ref: '#/definitions/Action'\ndefinitions: Action: description: Whether to do nothing, compress or decompress the packet. type: string enum: - DO_NOTHING - COMPRESS - DECOMPRESS Mode: description: The library to use when compressing. type: string enum: - SNAPPY - LZ4","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"76","title":"Configuration Options ( Rust Doc )"},"77":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"77","title":"Compression Modes"},"78":{"body":"Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. This compression method is provided by rust-snappy . Due to the small size of packets, this only encodes and decodes the non-streaming version of the format described here . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"78","title":"Snappy"},"79":{"body":"LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. This compression method is provided by lz4_flex . Due to the small size of packets, this only encodes and decodes the block version of the format described. If your game client/server itself is performing LZ4 de/compression it needs to encode or decode a varint of the uncompressed packet size (maximum 2^16) since that is not part of the LZ4 block format. The varint is of the same exact form as that used by snappy . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: LZ4","breadcrumbs":"Proxy » Filters » Compress » LZ4","id":"79","title":"LZ4"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin_filter_int_counter{label=\"compressed_bytes_total\"} Total number of compressed bytes either received or sent. quilkin_filter_int_counter{label=\"decompressed_bytes_total\"} Total number of decompressed bytes either received or sent.","breadcrumbs":"Proxy » Filters » Compress » Metrics","id":"80","title":"Metrics"},"81":{"body":"The Concatenate filter's job is to add a byte packet to either the beginning or end of each UDP packet that passes through. This is commonly used to provide an auth token to each packet, so they can be routed appropriately.","breadcrumbs":"Proxy » Filters » Concatenate » Concatenate","id":"81","title":"Concatenate"},"82":{"body":"quilkin.filters.concatenate.v1alpha1.Concatenate","breadcrumbs":"Proxy » Filters » Concatenate » Filter name","id":"82","title":"Filter name"},"83":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate.v1alpha1.Concatenate config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Examples","id":"83","title":"Configuration Examples"},"84":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `Concatenate` filter configuration.\ntype: object\nrequired:\n- bytes\nproperties: bytes: type: array items: type: integer format: uint8 minimum: 0.0 on_read: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Read` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy' on_write: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Write` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Strategy: type: string enum: - APPEND - PREPEND - DO_NOTHING","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Options ( Rust Doc )","id":"84","title":"Configuration Options ( Rust Doc )"},"85":{"body":"The Debug filter logs all incoming and outgoing packets to standard output. This filter is useful in debugging deployments where the packets strictly contain valid UTF-8 encoded strings. A generic error message is instead logged if conversion from bytes to UTF-8 fails.","breadcrumbs":"Proxy » Filters » Debug » Debug","id":"85","title":"Debug"},"86":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"86","title":"Filter name"},"87":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Debug » Configuration Examples","id":"87","title":"Configuration Examples"},"88":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: A Debug filter's configuration.\ntype: object\nproperties: id: description: Identifier that will be optionally included with each log message. type: - string - 'null'","breadcrumbs":"Proxy » Filters » Debug » Configuration Options ( Rust Doc )","id":"88","title":"Configuration Options ( Rust Doc )"},"89":{"body":"The Drop filter always drops any packet passed through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Drop » Drop","id":"89","title":"Drop"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"90","title":"Filter name"},"91":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Drop » Configuration Examples","id":"91","title":"Configuration Examples"},"92":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"92","title":"Configuration"},"93":{"body":"The Firewall filter's job is to allow or block traffic depending on if the incoming traffic's IP and port matches the rules set on the Firewall filter.","breadcrumbs":"Proxy » Filters » Firewall » Firewall","id":"93","title":"Firewall"},"94":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"94","title":"Filter name"},"95":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.firewall.v1alpha1.Firewall config: on_read: - action: ALLOW sources: - 192.168.51.0/24 ports: - 10 - 1000-7000 on_write: - action: DENY sources: - 192.168.51.0/24 ports: - 7000\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Firewall » Configuration Examples","id":"95","title":"Configuration Examples"},"96":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Represents how a Firewall filter is configured for read and write operations.\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: on_read: type: array items: $ref: '#/definitions/Rule' on_write: type: array items: $ref: '#/definitions/Rule'\ndefinitions: Action: description: Whether or not a matching [Rule] should Allow or Deny access oneOf: - description: Matching rules will allow packets through. type: string enum: - ALLOW - description: Matching rules will block packets. type: string enum: - DENY Cidr: description: Cidr notation for an ipv6 or ipv4 netmask type: string PortRange: description: Range of matching ports that are configured against a [Rule]. allOf: - $ref: '#/definitions/Range_of_uint16' Range_of_uint16: type: object required: - end - start properties: end: type: integer format: uint16 minimum: 0.0 start: type: integer format: uint16 minimum: 0.0 Rule: description: Combination of CIDR range, port range and action to take. type: object required: - action - ports - sources properties: action: $ref: '#/definitions/Action' ports: type: array items: $ref: '#/definitions/PortRange' sources: description: ipv4 or ipv6 CIDR address. type: array items: $ref: '#/definitions/Cidr'","breadcrumbs":"Proxy » Filters » Firewall » Configuration Options ( Rust Doc )","id":"96","title":"Configuration Options ( Rust Doc )"},"97":{"body":"The Firewall filter supports DENY and ALLOW actions for access control. When multiple DENY and ALLOW actions are used for a workload at the same time, the evaluation is processed in the order it is configured, with the first matching rule deciding if the request is allowed or denied: If a rule action is ALLOW, and it matches the request, then the entire request is allowed. If a rule action is DENY and it matches the request, then the entire request is denied. If none of the configured rules match, then the request is denied.","breadcrumbs":"Proxy » Filters » Firewall » Rule Evaluation","id":"97","title":"Rule Evaluation"},"98":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"98","title":"LoadBalancer"},"99":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"99","title":"Filter name"}},"length":238,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0}}},"8":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}},"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"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":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"7":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"6":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"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":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"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":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"237":{"tf":1.0},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"220":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"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":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"3":{"2":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"218":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"229":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"136":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"215":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"213":{"tf":1.0},"28":{"tf":1.0}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"a":{"c":{"d":{"7":{"c":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.4142135623730951},"22":{"tf":1.0},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"216":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"195":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"214":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":2,"docs":{"215":{"tf":1.0},"216":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"df":42,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.7320508075688772},"154":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.6457513110645907},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"215":{"tf":2.23606797749979},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"136":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"235":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"223":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"c":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"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":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"157":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"216":{"tf":2.6457513110645907},"217":{"tf":2.6457513110645907},"227":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.6457513110645907},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":35,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":3.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":2.23606797749979},"227":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.0},"34":{"tf":2.0},"35":{"tf":2.6457513110645907},"36":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"43":{"tf":2.23606797749979},"44":{"tf":2.6457513110645907},"45":{"tf":2.449489742783178},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.1622776601683795},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"232":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"213":{"tf":2.23606797749979},"214":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":2.0},"140":{"tf":1.0},"147":{"tf":2.0},"224":{"tf":1.0},"227":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"229":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"151":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"157":{"tf":1.0},"232":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"213":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"142":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"151":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"221":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":2.0},"143":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"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":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":2.8284271247461903},"157":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"146":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"235":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"220":{"tf":1.0},"232":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"220":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"231":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"220":{"tf":1.0}}}}},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"220":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"218":{"tf":1.0},"220":{"tf":1.0}}},"l":{"df":2,"docs":{"213":{"tf":2.0},"220":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"151":{"tf":1.0},"213":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":7,"docs":{"11":{"tf":1.0},"128":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":6,"docs":{"133":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":2.0},"14":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":23,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"213":{"tf":2.6457513110645907},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"214":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"160":{"tf":1.0},"174":{"tf":1.0},"231":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.6457513110645907}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0}}}}}}},"df":5,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":2.8284271247461903},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"224":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":2.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":3.7416573867739413},"234":{"tf":3.872983346207417},"237":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"237":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"22":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.4142135623730951},"127":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"147":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"146":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"160":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"127":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"185":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":2.0},"135":{"tf":2.23606797749979},"153":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"168":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":83,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":2.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"135":{"tf":2.23606797749979},"138":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772},"151":{"tf":2.6457513110645907},"152":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":2.0},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.449489742783178},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":2.8284271247461903},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"139":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":2.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"138":{"tf":1.0},"156":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"227":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"214":{"tf":2.6457513110645907},"215":{"tf":3.3166247903554},"217":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"219":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"220":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"142":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":2.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}},"d":{"df":4,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":23,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"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":2,"docs":{"227":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"215":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"d":{"7":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979}}}}}},"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"148":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0}},"r":{"df":2,"docs":{"139":{"tf":2.0},"140":{"tf":1.4142135623730951}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"132":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"215":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"182":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":33,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"226":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"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":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"220":{"tf":1.0},"221":{"tf":1.7320508075688772}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"215":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"157":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"229":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"147":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"145":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"145":{"tf":2.0},"151":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"219":{"tf":1.0},"229":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"216":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"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":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"138":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"187":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"191":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"135":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":19,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"143":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"134":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"234":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"155":{"tf":1.0},"213":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"152":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":63,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"221":{"tf":2.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.6457513110645907},"52":{"tf":2.6457513110645907},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0},"233":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"146":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.7320508075688772},"216":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"139":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":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":{"14":{"tf":1.7320508075688772},"147":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"232":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"234":{"tf":1.0}},"t":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":41,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"19":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"220":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"145":{"tf":2.0},"220":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"227":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"127":{"tf":1.0},"237":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"142":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"135":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":17,"docs":{"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":3.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"216":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"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":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"230":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":96,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"126":{"tf":2.449489742783178},"127":{"tf":2.449489742783178},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":3.1622776601683795},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"205":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.7320508075688772},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":3.605551275463989},"61":{"tf":4.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":3,"docs":{"158":{"tf":1.0},"218":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"160":{"tf":1.0},"193":{"tf":1.0},"232":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":2,"docs":{"127":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"170":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":2.0}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"136":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"219":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"130":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"14":{"tf":1.0},"227":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"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":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"234":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"137":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"139":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":2.0},"2":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":2.8284271247461903},"233":{"tf":2.6457513110645907},"234":{"tf":3.605551275463989},"237":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":21,"docs":{"139":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":3.605551275463989},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.4641016151377544},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"227":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"139":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"142":{"tf":1.0}}}}},"t":{"df":6,"docs":{"152":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"231":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"231":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"234":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"135":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"135":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"200":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"227":{"tf":1.0}}}}},"p":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0}}}},"p":{"df":8,"docs":{"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"227":{"tf":1.0}}},"df":5,"docs":{"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"df":1,"docs":{"135":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"227":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":9,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"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":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"3":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":2.449489742783178},"140":{"tf":1.0},"216":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":3.4641016151377544},"145":{"tf":1.4142135623730951},"158":{"tf":1.0},"189":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"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":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"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":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"162":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"223":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"231":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":11,"docs":{"128":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"213":{"tf":1.4142135623730951},"220":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}}}}},"v":{"df":3,"docs":{"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}}}},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":1.0},"216":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"147":{"tf":1.0},"162":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"156":{"tf":1.0},"216":{"tf":1.4142135623730951},"229":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"227":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":42,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":3.0},"156":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.0},"140":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"213":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":15,"docs":{"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"142":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"232":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"226":{"tf":2.0}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":23,"docs":{"128":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"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":5,"docs":{"102":{"tf":1.4142135623730951},"160":{"tf":1.0},"202":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"142":{"tf":1.4142135623730951},"223":{"tf":2.23606797749979},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"144":{"tf":1.0},"213":{"tf":2.8284271247461903},"226":{"tf":1.0},"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"237":{"tf":1.0}}},"w":{"df":2,"docs":{"227":{"tf":1.4142135623730951},"232":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"130":{"tf":1.0}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"183":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"151":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"130":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.0},"2":{"tf":1.7320508075688772},"215":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":3.1622776601683795},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"149":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"231":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"237":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"146":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"205":{"tf":1.0},"206":{"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":3,"docs":{"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":28,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"139":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"202":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"214":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"229":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":28,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"129":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"128":{"tf":1.4142135623730951},"162":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.7320508075688772},"145":{"tf":2.449489742783178},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.8284271247461903},"232":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"134":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":12,"docs":{"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"227":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"19":{"tf":1.0},"213":{"tf":2.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"g":{"3":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"5":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"=":{",":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":62,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"153":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"138":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":7,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"221":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":23,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":3.1622776601683795},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":2.0},"221":{"tf":1.0},"228":{"tf":1.7320508075688772},"232":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"228":{"tf":1.0},"237":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":22,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"136":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":25,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"146":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"232":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":14,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"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":{"138":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"145":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}},"t":{"df":5,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"111":{"tf":1.7320508075688772},"130":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"146":{"tf":1.0},"158":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"234":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.23606797749979},"162":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"152":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"213":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":2.0},"139":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"215":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":11,"docs":{"143":{"tf":1.0},"146":{"tf":1.4142135623730951},"214":{"tf":2.6457513110645907},"215":{"tf":3.1622776601683795},"217":{"tf":1.0},"234":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"227":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"220":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"227":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"232":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"146":{"tf":2.0},"154":{"tf":2.23606797749979},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"235":{"tf":1.0},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"174":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"187":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"236":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0},"4":{"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":2,"docs":{"228":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"220":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"(":{"&":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":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":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"237":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"133":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"131":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0}}}}},"c":{"df":1,"docs":{"135":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":12,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"232":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":4,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"213":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":58,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":3.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.449489742783178},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":2.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.8284271247461903},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":2.8284271247461903},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":3.1622776601683795},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":3.7416573867739413},"152":{"tf":3.4641016151377544},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.6457513110645907},"233":{"tf":3.3166247903554},"234":{"tf":4.242640687119285},"237":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.605551275463989},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":2.8284271247461903},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"75":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"232":{"tf":1.0},"60":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"234":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"215":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"136":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}},"t":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"140":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"215":{"tf":1.0},"224":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"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":10,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":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":{"1":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"229":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"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":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"178":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"184":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"190":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"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":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"201":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"207":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"209":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"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":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{"]":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"y":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"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":{"153":{"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":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"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":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"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":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"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":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.0},"154":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.0},"216":{"tf":2.449489742783178},"217":{"tf":1.7320508075688772},"218":{"tf":2.0},"22":{"tf":2.23606797749979},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":2.0},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":2.23606797749979},"233":{"tf":1.7320508075688772},"234":{"tf":2.449489742783178},"237":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.605551275463989},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.123105625617661},"43":{"tf":3.872983346207417},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"232":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"157":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":9,"docs":{"118":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.0},"145":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"22":{"tf":1.7320508075688772},"227":{"tf":3.0},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"148":{"tf":1.4142135623730951},"232":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"157":{"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":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"213":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"220":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"139":{"tf":1.0},"146":{"tf":1.7320508075688772},"162":{"tf":2.0},"214":{"tf":3.1622776601683795},"215":{"tf":4.242640687119285},"216":{"tf":2.23606797749979},"217":{"tf":2.6457513110645907},"227":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":3.0},"43":{"tf":2.449489742783178},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"135":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"206":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"4":{"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":1,"docs":{"231":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"140":{"tf":1.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.7320508075688772},"162":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"140":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"221":{"tf":2.0},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"234":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"232":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"217":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":2.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"162":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"157":{"tf":1.0},"232":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.23606797749979}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":43,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"139":{"tf":1.7320508075688772},"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"213":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"143":{"tf":1.0},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"n":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"234":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"213":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"149":{"tf":1.4142135623730951},"151":{"tf":3.3166247903554},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":3.605551275463989},"233":{"tf":2.6457513110645907},"234":{"tf":4.242640687119285},"237":{"tf":2.23606797749979},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":30,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"157":{"tf":1.0},"162":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":3.7416573867739413},"215":{"tf":2.0},"216":{"tf":3.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.449489742783178},"234":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"143":{"tf":2.23606797749979},"144":{"tf":2.449489742783178},"227":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.4641016151377544}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"130":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"217":{"tf":1.0},"232":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"215":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"220":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"183":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"237":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"237":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"229":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"221":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"\"":{"]":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":11,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"130":{"tf":2.23606797749979},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"215":{"tf":1.7320508075688772},"220":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":11,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"227":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"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":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"232":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"153":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"195":{"tf":1.0},"213":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"216":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"151":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"156":{"tf":1.0},"174":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"237":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"160":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":17,"docs":{"132":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"220":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"136":{"tf":1.7320508075688772},"146":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"232":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"135":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":2.23606797749979},"118":{"tf":1.0},"138":{"tf":2.0},"160":{"tf":1.0},"212":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":2.6457513110645907},"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"220":{"tf":2.449489742783178},"234":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.4142135623730951},"126":{"tf":1.0},"160":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"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":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"i":{"c":{":":{":":{"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":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"237":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.0},"228":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"220":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.23606797749979},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"227":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":63,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":3.3166247903554},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"138":{"tf":2.0}}},"2":{"df":1,"docs":{"138":{"tf":1.0}}},"8":{"df":1,"docs":{"138":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"130":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":3,"docs":{"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"138":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"218":{"tf":1.4142135623730951},"233":{"tf":1.0}}}},"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":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.7320508075688772},"162":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":68,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"213":{"tf":2.8284271247461903},"214":{"tf":1.4142135623730951},"215":{"tf":2.23606797749979},"218":{"tf":1.0},"220":{"tf":2.6457513110645907},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"220":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"237":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"156":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"216":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"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":1,"docs":{"216":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"156":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":31,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":2.6457513110645907},"216":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"213":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"127":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"135":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"231":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"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":9,"docs":{"151":{"tf":1.0},"220":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"237":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":10,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":34,"docs":{"133":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":2.23606797749979},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"220":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":25,"docs":{"157":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":2.6457513110645907},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":2,"docs":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0}}},"8":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"df":2,"docs":{"132":{"tf":1.0},"135":{"tf":1.0}}},"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"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":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"7":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"8":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"8":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"6":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"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":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"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":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"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":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"237":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"187":{"tf":1.0},"200":{"tf":1.0},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"220":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"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":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"3":{"2":{"1":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"218":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"229":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.4142135623730951}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"136":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"215":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"213":{"tf":1.0},"28":{"tf":1.4142135623730951}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"155":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"a":{"c":{"d":{"7":{"c":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.7320508075688772},"22":{"tf":1.0},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"216":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"195":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"214":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":2,"docs":{"215":{"tf":1.0},"216":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"df":42,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.7320508075688772},"154":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.6457513110645907},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"215":{"tf":2.23606797749979},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"136":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"223":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"c":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"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":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"157":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"216":{"tf":3.0},"217":{"tf":2.8284271247461903},"227":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":42,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":3.3166247903554},"154":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":2.6457513110645907},"227":{"tf":1.0},"23":{"tf":1.4142135623730951},"237":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"32":{"tf":2.0},"33":{"tf":3.3166247903554},"34":{"tf":2.23606797749979},"35":{"tf":3.0},"36":{"tf":2.23606797749979},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":3.605551275463989},"43":{"tf":2.449489742783178},"44":{"tf":3.0},"45":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.3166247903554},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":16,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"138":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"232":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"135":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"213":{"tf":2.23606797749979},"214":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":17,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":2.0},"140":{"tf":1.4142135623730951},"147":{"tf":2.0},"224":{"tf":1.4142135623730951},"227":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"229":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"151":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"157":{"tf":1.0},"232":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"213":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"142":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"151":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"221":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"142":{"tf":2.23606797749979},"143":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"143":{"tf":1.4142135623730951},"155":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"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":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":3.0},"157":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"146":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"235":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"220":{"tf":1.0},"232":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"220":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"231":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"220":{"tf":1.0}}}}},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"16":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"220":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"213":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"218":{"tf":1.0},"220":{"tf":1.0}}},"l":{"df":2,"docs":{"213":{"tf":2.0},"220":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"151":{"tf":1.0},"213":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":7,"docs":{"11":{"tf":1.0},"128":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":6,"docs":{"133":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":2.23606797749979},"14":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"237":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":23,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"185":{"tf":1.4142135623730951},"213":{"tf":2.6457513110645907},"220":{"tf":2.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"214":{"tf":1.0},"231":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"160":{"tf":1.0},"174":{"tf":1.4142135623730951},"231":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"160":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0}}}}}}},"df":5,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"153":{"tf":1.0},"213":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"128":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":3.0},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"142":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"224":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"133":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":3.872983346207417},"234":{"tf":4.0},"237":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.1622776601683795},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.1622776601683795},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"237":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"216":{"tf":2.6457513110645907},"22":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"12":{"tf":1.7320508075688772},"127":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"147":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"155":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"137":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"133":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"147":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"146":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"160":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":19,"docs":{"127":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.4142135623730951},"182":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"160":{"tf":1.0},"185":{"tf":1.4142135623730951},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"a":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":46,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":2.0},"135":{"tf":2.23606797749979},"153":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"168":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"156":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":83,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":2.23606797749979},"132":{"tf":1.7320508075688772},"133":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"138":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.449489742783178},"148":{"tf":2.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.23606797749979},"158":{"tf":2.0},"162":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.449489742783178},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":2.0},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":3.1622776601683795},"55":{"tf":3.0},"56":{"tf":2.0},"57":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"139":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":2.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.7320508075688772}}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"138":{"tf":1.0},"156":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"227":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":91,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.8284271247461903},"215":{"tf":3.3166247903554},"217":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"219":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"220":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"142":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":2.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}},"d":{"df":4,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":23,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"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":2,"docs":{"227":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"215":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":22,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"162":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"d":{"7":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":2.23606797749979}}}}}},"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"139":{"tf":2.0},"140":{"tf":1.4142135623730951}}}}}}},"df":19,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"156":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"df":10,"docs":{"132":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"215":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"182":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.23606797749979},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":33,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"226":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"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":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"220":{"tf":1.0},"221":{"tf":2.0}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"215":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"196":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"157":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"229":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"131":{"tf":1.4142135623730951},"147":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":1.0},"237":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"145":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"145":{"tf":2.0},"151":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"219":{"tf":1.0},"229":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"216":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"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":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":15,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"182":{"tf":1.0},"187":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"191":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"151":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"135":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":19,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"220":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"143":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"145":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"130":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"g":{"df":1,"docs":{"134":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"148":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"234":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"155":{"tf":1.0},"213":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"152":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":63,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"148":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"18":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"221":{"tf":2.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"52":{"tf":2.8284271247461903},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"233":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"142":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"146":{"tf":2.23606797749979},"153":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.7320508075688772},"216":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"139":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"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":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":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":{"14":{"tf":2.0},"147":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"135":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"232":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"234":{"tf":1.0}},"t":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"223":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"220":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"19":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"220":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"145":{"tf":2.0},"220":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"227":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"234":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"127":{"tf":1.0},"237":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"206":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"142":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"135":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"142":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":18,"docs":{"133":{"tf":1.0},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":3.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.6457513110645907},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":2.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"158":{"tf":2.0},"216":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"145":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"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":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.4142135623730951},"230":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":118,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.6457513110645907},"127":{"tf":3.0},"128":{"tf":2.6457513110645907},"129":{"tf":2.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"145":{"tf":3.3166247903554},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":2.23606797749979},"158":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"205":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.7320508075688772},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":4.69041575982343},"60":{"tf":3.7416573867739413},"61":{"tf":4.242640687119285},"62":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"64":{"tf":2.8284271247461903},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":3,"docs":{"158":{"tf":1.0},"218":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"232":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":2,"docs":{"127":{"tf":1.0},"59":{"tf":1.0}}},"x":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"170":{"tf":1.0},"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":2.0},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.23606797749979},"41":{"tf":1.0},"44":{"tf":2.23606797749979}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"136":{"tf":1.0},"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"219":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"130":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"228":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":16,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"14":{"tf":1.0},"227":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"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":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.0},"234":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"137":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"139":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":2.0},"2":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":2.8284271247461903},"233":{"tf":2.6457513110645907},"234":{"tf":3.605551275463989},"237":{"tf":2.8284271247461903},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":21,"docs":{"139":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":3.7416573867739413},"37":{"tf":1.7320508075688772},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.605551275463989},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"153":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"152":{"tf":1.4142135623730951},"227":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"139":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"142":{"tf":1.0}}}}},"t":{"df":6,"docs":{"152":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"231":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"231":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":7,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"234":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"135":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"135":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"200":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"227":{"tf":1.0}}}}},"p":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0}}}},"p":{"df":8,"docs":{"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"216":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"227":{"tf":1.0}}},"df":5,"docs":{"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"df":1,"docs":{"135":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"227":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":9,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"234":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"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":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}},"2":{"df":1,"docs":{"215":{"tf":1.0}}},"3":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"216":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":2.449489742783178},"140":{"tf":1.0},"216":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":3.4641016151377544},"145":{"tf":1.4142135623730951},"158":{"tf":1.0},"189":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"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":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"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":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"162":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"223":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":2.0},"153":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"231":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"135":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":11,"docs":{"128":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"213":{"tf":1.4142135623730951},"220":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"213":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":2.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"2":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}}}}},"v":{"df":3,"docs":{"214":{"tf":1.4142135623730951},"220":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}}}},"p":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":18,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"154":{"tf":1.0},"216":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"222":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"147":{"tf":1.0},"162":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"140":{"tf":1.0},"230":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"156":{"tf":1.0},"216":{"tf":1.4142135623730951},"229":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"143":{"tf":1.0},"237":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"227":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":2.23606797749979},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":42,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":3.0},"156":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"213":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":15,"docs":{"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"142":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"232":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"146":{"tf":1.0},"148":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"226":{"tf":2.23606797749979}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"160":{"tf":1.0},"198":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"160":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"220":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":27,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"21":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"215":{"tf":1.0},"217":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"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":5,"docs":{"102":{"tf":1.7320508075688772},"160":{"tf":1.0},"202":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"142":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"144":{"tf":1.0},"213":{"tf":2.8284271247461903},"226":{"tf":1.0},"232":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"237":{"tf":1.0}}},"w":{"df":2,"docs":{"227":{"tf":1.4142135623730951},"232":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"130":{"tf":1.0}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"183":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"151":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"130":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.0},"2":{"tf":1.7320508075688772},"215":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"151":{"tf":3.1622776601683795},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"149":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"231":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"237":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"146":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"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":3,"docs":{"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":30,"docs":{"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"204":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"233":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"139":{"tf":1.0},"220":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"202":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"142":{"tf":2.0},"144":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"214":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.4142135623730951},"220":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"229":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":16,"docs":{"131":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"174":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":28,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"129":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.8284271247461903},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.7320508075688772},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"128":{"tf":1.4142135623730951},"162":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.8284271247461903},"144":{"tf":2.23606797749979},"145":{"tf":2.8284271247461903},"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"22":{"tf":1.0},"228":{"tf":3.0},"232":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"134":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":12,"docs":{"141":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"227":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"149":{"tf":1.0},"19":{"tf":1.0},"213":{"tf":2.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.7320508075688772},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"g":{"3":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"5":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"=":{",":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":62,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"153":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"140":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"130":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":18,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"213":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"136":{"tf":1.0},"143":{"tf":1.0},"220":{"tf":1.4142135623730951},"227":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"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":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"138":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":7,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"221":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"139":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":23,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":3.1622776601683795},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"213":{"tf":2.0},"221":{"tf":1.0},"228":{"tf":1.7320508075688772},"232":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"140":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"228":{"tf":1.0},"237":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"k":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":22,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"237":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"136":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":25,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"146":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"232":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"139":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":14,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"130":{"tf":1.0},"18":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"0":{"tf":1.4142135623730951},"127":{"tf":1.0},"147":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"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":{"138":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":57,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"145":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"133":{"tf":1.0}}},"t":{"df":5,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0},"160":{"tf":1.0},"208":{"tf":1.4142135623730951},"22":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"146":{"tf":1.0},"158":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"234":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.449489742783178},"162":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"152":{"tf":1.0},"202":{"tf":1.0},"227":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"213":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":2.23606797749979},"139":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"215":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":78,"docs":{"143":{"tf":1.0},"146":{"tf":2.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.8284271247461903},"215":{"tf":3.1622776601683795},"217":{"tf":1.0},"234":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"227":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"220":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"198":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"227":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"232":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":45,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.449489742783178},"146":{"tf":2.0},"154":{"tf":2.23606797749979},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"22":{"tf":1.0},"222":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"235":{"tf":1.0},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.0},"144":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"174":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"187":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"231":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"130":{"tf":1.0},"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"226":{"tf":1.0},"227":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"220":{"tf":1.0},"237":{"tf":1.0},"4":{"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":2,"docs":{"228":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"220":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"(":{"&":{"[":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":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":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"237":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"133":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":60,"docs":{"131":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0}}}}},"c":{"df":1,"docs":{"135":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":15,"docs":{"136":{"tf":2.0},"137":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.7320508075688772},"222":{"tf":1.0},"232":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":4,"docs":{"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"213":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":59,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":3.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":2.8284271247461903},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.23606797749979},"162":{"tf":1.0},"2":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":2.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.8284271247461903},"229":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":138,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":3.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":2.0},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":3.3166247903554},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":3.872983346207417},"152":{"tf":3.4641016151377544},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":2.8284271247461903},"233":{"tf":3.605551275463989},"234":{"tf":4.47213595499958},"237":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.7416573867739413},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":3.1622776601683795},"49":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"232":{"tf":1.0},"60":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"234":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"215":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"136":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}},"t":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"216":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"140":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"216":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"215":{"tf":1.0},"224":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"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":10,"docs":{"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":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":{"1":{"tf":1.0},"145":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"229":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"155":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"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":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"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":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"163":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"178":{"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":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"184":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"188":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"190":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"192":{"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":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"197":{"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":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"201":{"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":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"203":{"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":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"207":{"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":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"211":{"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":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"209":{"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":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"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":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"158":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"[":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{"]":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"128":{"tf":1.0},"129":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"y":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":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":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"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":{"153":{"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":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"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":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"146":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"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":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"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":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"_":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"138":{"tf":1.0}},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"130":{"tf":2.23606797749979},"133":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":2.0},"154":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"215":{"tf":2.0},"216":{"tf":2.6457513110645907},"217":{"tf":1.7320508075688772},"218":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":2.0},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":2.0},"232":{"tf":2.23606797749979},"233":{"tf":1.7320508075688772},"234":{"tf":2.449489742783178},"237":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.7416573867739413},"34":{"tf":3.7416573867739413},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.242640687119285},"43":{"tf":4.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"200":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.4142135623730951},"232":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"157":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"146":{"tf":1.0},"216":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":9,"docs":{"118":{"tf":1.0},"128":{"tf":1.4142135623730951},"143":{"tf":2.0},"145":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"22":{"tf":1.7320508075688772},"227":{"tf":3.1622776601683795},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"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":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"143":{"tf":1.0},"162":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":2.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"214":{"tf":1.0},"234":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"11":{"tf":1.0},"134":{"tf":1.4142135623730951},"21":{"tf":1.0},"223":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"139":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":60,"docs":{"139":{"tf":1.0},"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"232":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"157":{"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":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"213":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"220":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":19,"docs":{"139":{"tf":1.0},"146":{"tf":1.7320508075688772},"162":{"tf":2.0},"214":{"tf":3.4641016151377544},"215":{"tf":4.358898943540674},"216":{"tf":2.449489742783178},"217":{"tf":2.8284271247461903},"227":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.3166247903554},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"135":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"164":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"206":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"4":{"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":1,"docs":{"231":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"140":{"tf":1.0},"152":{"tf":2.0},"162":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"16":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"237":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"128":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.7320508075688772},"162":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"128":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"140":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"221":{"tf":2.0},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"234":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"232":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"217":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":2.0},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"162":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"157":{"tf":1.0},"232":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.449489742783178}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":43,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"146":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"217":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"139":{"tf":1.7320508075688772},"162":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"213":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"143":{"tf":1.0},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.4142135623730951},"158":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"233":{"tf":1.0},"234":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"214":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"n":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"227":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"234":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"138":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"213":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"131":{"tf":1.0},"132":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":42,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"149":{"tf":1.7320508075688772},"151":{"tf":3.3166247903554},"152":{"tf":1.7320508075688772},"153":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":3.7416573867739413},"233":{"tf":2.8284271247461903},"234":{"tf":4.358898943540674},"237":{"tf":2.449489742783178},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":30,"docs":{"130":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"157":{"tf":1.0},"162":{"tf":2.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"214":{"tf":3.7416573867739413},"215":{"tf":2.0},"216":{"tf":3.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.449489742783178},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"143":{"tf":2.23606797749979},"144":{"tf":2.6457513110645907},"227":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.605551275463989}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"215":{"tf":2.23606797749979},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"218":{"tf":1.0},"231":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"145":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"130":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":12,"docs":{"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"217":{"tf":1.0},"232":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"146":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"215":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"220":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"183":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"237":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"237":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"220":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"229":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"221":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"\"":{"]":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":11,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"232":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":15,"docs":{"11":{"tf":1.0},"130":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"215":{"tf":1.7320508075688772},"220":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":11,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"227":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"a":{"d":{"d":{"df":0,"docs":{},"r":{":":{":":{"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":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"232":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"153":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":3,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"213":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"162":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":25,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"195":{"tf":1.0},"213":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.7320508075688772},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"216":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"146":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"151":{"tf":1.0},"227":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":17,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"156":{"tf":1.0},"174":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"162":{"tf":1.0},"220":{"tf":1.4142135623730951},"229":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"237":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":13,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"160":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":17,"docs":{"132":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"158":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"237":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"220":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"136":{"tf":1.7320508075688772},"146":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"232":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"213":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"135":{"tf":1.0},"215":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"143":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":1.4142135623730951},"138":{"tf":2.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"138":{"tf":2.0},"160":{"tf":1.0},"212":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":22,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":2.8284271247461903},"155":{"tf":2.0},"158":{"tf":1.0},"220":{"tf":2.449489742783178},"234":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"160":{"tf":1.0},"210":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"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":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"i":{"c":{":":{":":{"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":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"!":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"l":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"153":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"237":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"144":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"14":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.0},"228":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"220":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"231":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.23606797749979},"232":{"tf":1.0},"234":{"tf":1.7320508075688772},"237":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"227":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"223":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"155":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"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":63,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.7320508075688772},"138":{"tf":3.3166247903554},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"138":{"tf":2.0}}},"2":{"df":1,"docs":{"138":{"tf":1.0}}},"8":{"df":1,"docs":{"138":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"216":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":25,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"130":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"151":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":3,"docs":{"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"213":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"202":{"tf":1.0},"213":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"213":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"214":{"tf":1.0},"215":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"138":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"220":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"138":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"13":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"233":{"tf":1.0}}}},"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":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"22":{"tf":1.0},"227":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":2.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"229":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"102":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"143":{"tf":1.7320508075688772},"162":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"146":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":68,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"213":{"tf":2.8284271247461903},"214":{"tf":1.4142135623730951},"215":{"tf":2.23606797749979},"218":{"tf":1.0},"220":{"tf":2.6457513110645907},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"220":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"213":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"237":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":25,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"156":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"216":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"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":1,"docs":{"216":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"156":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":31,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"213":{"tf":2.8284271247461903},"216":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.0},"213":{"tf":2.449489742783178},"223":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"127":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":32,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"135":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"220":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"237":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.0},"145":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"229":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"227":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"237":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"135":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"135":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"130":{"tf":1.0},"215":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"215":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"231":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"158":{"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":9,"docs":{"151":{"tf":1.0},"220":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"130":{"tf":1.0},"135":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"237":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"132":{"tf":1.0}}}}}}}}},"df":17,"docs":{"127":{"tf":2.23606797749979},"128":{"tf":1.7320508075688772},"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},"143":{"tf":1.7320508075688772},"145":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":37,"docs":{"133":{"tf":1.0},"146":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"152":{"tf":2.23606797749979},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"214":{"tf":2.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"214":{"tf":1.0},"220":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":29,"docs":{"157":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.8284271247461903},"37":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"45":{"tf":2.8284271247461903},"46":{"tf":2.449489742783178},"47":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":2.23606797749979},"172":{"tf":1.0},"216":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"3":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"5":{"df":3,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"6":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"df":1,"docs":{"28":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"216":{"tf":1.0},"42":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"153":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"224":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"179":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"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":1,"docs":{"187":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"185":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"230":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":35,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"136":{"tf":1.0},"146":{"tf":1.0},"214":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"44":{"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":{"127":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"189":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"u":{"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":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"191":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"154":{"tf":1.0},"167":{"tf":1.0},"225":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"231":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":22,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"193":{"tf":1.0},"93":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"237":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"219":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"231":{"tf":1.0}}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"v":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"226":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"198":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"199":{"tf":1.0}}}}},"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":1,"docs":{"172":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"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":2,"docs":{"102":{"tf":1.0},"202":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"223":{"tf":1.0}}}},"z":{"4":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"205":{"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":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"237":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"236":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"208":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"137":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"214":{"tf":1.0}}}},"y":{"df":2,"docs":{"23":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"234":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"133":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"159":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"141":{"tf":1.0},"151":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"136":{"tf":1.0}}}}},"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":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"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":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"r":{"a":{"df":0,"docs":{},"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":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"201":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"207":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"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":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":21,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"214":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}}},"n":{"df":2,"docs":{"13":{"tf":1.0},"130":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"140":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"149":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"237":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"135":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"115":{"tf":1.0},"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"210":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"x":{"d":{"df":9,"docs":{"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"158":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file